pureref updated
This commit is contained in:
parent
0a09261efe
commit
4540ebb9d0
@ -6,7 +6,7 @@ appimageTools.wrapType1 rec {
|
|||||||
|
|
||||||
src = runCommand "PureRef-${version}_x64.Appimage" {
|
src = runCommand "PureRef-${version}_x64.Appimage" {
|
||||||
nativeBuildInputs = [ curl gnugrep cacert ];
|
nativeBuildInputs = [ curl gnugrep cacert ];
|
||||||
outputHash = "sha256-da/dH0ruI562JylpvE9f2zMUSJ56+T7Y0xlP/xr3yhY=";
|
outputHash = "sha256-47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=";
|
||||||
} ''
|
} ''
|
||||||
key="$(curl "https://www.pureref.com/download.php" --silent | grep '%3D%3D' | cut -d '"' -f2)"
|
key="$(curl "https://www.pureref.com/download.php" --silent | grep '%3D%3D' | cut -d '"' -f2)"
|
||||||
curl "https://www.pureref.com/files/build.php?build=LINUX64.Appimage&version=${version}&downloadKey=$key" --output $out
|
curl "https://www.pureref.com/files/build.php?build=LINUX64.Appimage&version=${version}&downloadKey=$key" --output $out
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user