Skip to content

Commit 0bfce96

Browse files
appium-inspector: 2024.12.1 -> 2025.3.1 (#391819)
2 parents dd0d35a + 3ad7574 commit 0bfce96

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pkgs/by-name/ap/appium-inspector/package.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
lib,
33
buildNpmPackage,
44
copyDesktopItems,
5-
electron_33,
5+
electron_34,
66
fetchFromGitHub,
77
makeDesktopItem,
88
makeWrapper,
99
nix-update-script,
1010
}:
1111

1212
let
13-
electron = electron_33;
14-
version = "2024.12.1";
13+
electron = electron_34;
14+
version = "2025.3.1";
1515
in
1616

1717
buildNpmPackage {
@@ -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
}

0 commit comments

Comments
 (0)