Merge pull request #365 from reinthal/main

fix(nix): fix package rename asar
This commit is contained in:
Aaddrick
2026-04-01 04:42:01 -04:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

6
flake.lock generated
View File

@@ -20,11 +20,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1774701658,
"narHash": "sha256-CIS/4AMUSwUyC8X5g+5JsMRvIUL3YUfewe8K4VrbsSQ=",
"lastModified": 1774855581,
"narHash": "sha256-YkreHeMgTCYvJ5fESV0YyqQK49bHGe2B51tH6claUh4=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "b63fe7f000adcfa269967eeff72c64cafecbbebe",
"rev": "15c6719d8c604779cf59e03c245ea61d3d7ab69b",
"type": "github"
},
"original": {

View File

@@ -7,7 +7,7 @@
icoutils,
imagemagick,
nodejs,
nodePackages,
asar,
makeDesktopItem,
python3,
bash,
@@ -61,7 +61,7 @@ stdenvNoCC.mkDerivation {
nativeBuildInputs = [
p7zip
nodejs
nodePackages.asar
asar
icoutils
imagemagick
bash