gfn-electron: 2.1.2 -> 2.1.3 (#377240)

This commit is contained in:
Nick Cao
2025-01-27 15:46:11 -05:00
committed by GitHub
+3 -3
View File
@@ -7,7 +7,7 @@
makeBinaryWrapper,
}:
let
version = "2.1.2";
version = "2.1.3";
in
buildNpmPackage {
pname = "gfn-electron";
@@ -17,10 +17,10 @@ buildNpmPackage {
owner = "hmlendea";
repo = "gfn-electron";
tag = "v${version}";
hash = "sha256-kTnM4wSDqP2V8hb4mDhbQYpVYouSnUkjuuCfITb/xgY=";
hash = "sha256-o5p7INuyrs4Fw0uoP9f3UpqpmJzHIFSBCBTTU2NfUMQ=";
};
npmDepsHash = "sha256-27N0hWOfkLQGaGspm4aCoVF6PWiUOAKs+JzbdQV94lo=";
npmDepsHash = "sha256-xp9uZAMrsPut91tQD3XfeENr7fXFg2bE89xShG1AcZk=";
nativeBuildInputs = [ makeBinaryWrapper ];