update ap again
This commit is contained in:
parent
067d9ddb2f
commit
8dcfe26408
1 changed files with 2 additions and 2 deletions
|
|
@ -10,10 +10,10 @@ let
|
||||||
nix-update-script
|
nix-update-script
|
||||||
;
|
;
|
||||||
pname = "archipelago";
|
pname = "archipelago";
|
||||||
version = "0.0.6";
|
version = "0.0.7";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/itepastra/Archipelago/releases/download/${version}/Archipelago_0.6.4_linux-x86_64.AppImage";
|
url = "https://github.com/itepastra/Archipelago/releases/download/${version}/Archipelago_0.6.4_linux-x86_64.AppImage";
|
||||||
hash = "sha256-/XZKLwxtMctrz1+IexYwR4y+cXy8u8pTTrLxrgNO2EQ=";
|
hash = "sha256-Jrl9nJdBbq2f2+tLtfy/AAeIOfshaEI99/NpKrYHf1Q=";
|
||||||
};
|
};
|
||||||
|
|
||||||
appimageContents = appimageTools.extractType2 { inherit pname version src; };
|
appimageContents = appimageTools.extractType2 { inherit pname version src; };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue