electron-fiddle: unpin electron

This commit is contained in:
TomaSajt
2026-01-27 03:16:36 +01:00
parent fa2383b405
commit a3ef255825
+1 -3
View File
@@ -1,8 +1,8 @@
{
buildFHSEnv,
electron_36,
fetchFromGitHub,
fetchYarnDeps,
electron,
git,
lib,
makeDesktopItem,
@@ -25,8 +25,6 @@ let
hash = "sha256-e9PLgkqWBNLBw7uuNpPluOQ6+aGLYQLyTzcLa+LMOzs=";
};
electron = electron_36;
unwrapped = stdenvNoCC.mkDerivation {
pname = "${pname}-unwrapped";
inherit version src;