Skip to content

Commit 5cf8e52

Browse files
committed
openfortivpn-webview: 1.2.0 -> 1.2.3
Signed-off-by: Leon Riesebos <[email protected]>
1 parent 26594d3 commit 5cf8e52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/op/openfortivpn-webview/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}:
77

88
let
9-
version = "1.2.0";
9+
version = "1.2.3";
1010
in
1111
buildNpmPackage {
1212
pname = "openfortivpn-webview";
@@ -16,7 +16,7 @@ buildNpmPackage {
1616
owner = "gm-vm";
1717
repo = "openfortivpn-webview";
1818
rev = "v${version}-electron";
19-
hash = "sha256-HheqDjlWxHJS0+OEhRTwANs9dyz3lhhCmWh+YH4itOk=";
19+
hash = "sha256-jGDCFdqRfnYwUgVs3KO1pDr52JgkYVRHi2KvABaZFl4=";
2020
})
2121
+ "/openfortivpn-webview-electron";
2222

@@ -27,7 +27,7 @@ buildNpmPackage {
2727
runHook postInstall
2828
'';
2929

30-
npmDepsHash = "sha256-Vf8R0+RXHlXwPOnPENw8ooxIXT3kSppQmB2yk5TWEwg=";
30+
npmDepsHash = "sha256-NKGu9jZMc+gd4BV1PnF4ukCNkjdUpZIJlYJ7ZzO+5WI=";
3131
dontNpmBuild = true;
3232
env.ELECTRON_SKIP_BINARY_DOWNLOAD = "1";
3333

0 commit comments

Comments
 (0)