Merge pull request #309818 from r-ryantm/auto-update/_0xpropo

_0xpropo: 1.000 -> 1.100
This commit is contained in:
Weijia Wang 2024-05-09 20:36:54 +02:00 committed by GitHub
commit 87ad5450c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,14 +5,14 @@
}:
stdenvNoCC.mkDerivation rec {
pname = "0xpropo";
version = "1.000";
version = "1.100";
src = let
underscoreVersion = builtins.replaceStrings ["."] ["_"] version;
in
fetchzip {
url = "https://github.com/0xType/0xPropo/releases/download/${version}/0xPropo_${underscoreVersion}.zip";
hash = "sha256-yIhabwHjBipkcmsSRaokBXCbawQkUNOU8v+fbn2iiY4=";
hash = "sha256-ZlZNvn9xiOxS+dfGI1rGbh6XlXo3/puAm2vhKh63sK4=";
};
installPhase = ''