Unverified Commit 463a015c authored by Gutyina Gergő's avatar Gutyina Gergő
Browse files

splayer: pin electron to electron_39

parent 8dd5707f
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
  fetchPnpmDeps,
  pnpmConfigHook,
  nodejs,
  electron,
  electron_39,
  rustPlatform,
  cargo,
  rustc,
@@ -19,6 +19,9 @@
  nix-update-script,
  removeReferencesTo,
}:
let
  electron = electron_39;
in
stdenv.mkDerivation (finalAttrs: {
  pname = "splayer";
  version = "3.0.0";