File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
pkgs/by-name/ap/appium-inspector Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 22 lib ,
33 buildNpmPackage ,
44 copyDesktopItems ,
5- electron_33 ,
5+ electron_34 ,
66 fetchFromGitHub ,
77 makeDesktopItem ,
88 makeWrapper ,
99 nix-update-script ,
1010} :
1111
1212let
13- electron = electron_33 ;
14- version = "2024.12 .1" ;
13+ electron = electron_34 ;
14+ version = "2025.3 .1" ;
1515in
1616
1717buildNpmPackage {
@@ -22,10 +22,10 @@ buildNpmPackage {
2222 owner = "appium" ;
2323 repo = "appium-inspector" ;
2424 tag = "v${ version } " ;
25- hash = "sha256-O2rBODsZuW6M3dM1zL2TVTPxnTPaReD+yOyBLywnxIU =" ;
25+ hash = "sha256-Qpk3IXoegPKLKdSSzY05cT2//45TIhyVLxESd2OeWPE =" ;
2626 } ;
2727
28- npmDepsHash = "sha256-RhRa0VgEfVv9kW+EY7yhmm6k/waYAVcvom55xUbfhDs =" ;
28+ npmDepsHash = "sha256-vUqX8yUZCflfkDYssQelFfJLNhDeU3K4UJPPgvvEeaI =" ;
2929 npmFlags = [ "--ignore-scripts" ] ;
3030
3131 nativeBuildInputs = [
@@ -82,6 +82,6 @@ buildNpmPackage {
8282 license = lib . licenses . asl20 ;
8383 mainProgram = "appium-inspector" ;
8484 maintainers = with lib . maintainers ; [ marie ] ;
85- inherit ( electron . meta ) platforms ;
85+ platforms = lib . platforms . linux ;
8686 } ;
8787}
You can’t perform that action at this time.
0 commit comments