Merge pull request #319105 from r-ryantm/auto-update/_0xproto

_0xproto: 2.000 -> 2.100
This commit is contained in:
Weijia Wang 2024-06-12 00:20:02 +02:00 committed by GitHub
commit e8c0e2ab02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,14 +4,14 @@
}:
stdenvNoCC.mkDerivation rec {
pname = "0xproto";
version = "2.000";
version = "2.100";
src = let
underscoreVersion = builtins.replaceStrings ["."] ["_"] version;
in
fetchzip {
url = "https://github.com/0xType/0xProto/releases/download/${version}/0xProto_${underscoreVersion}.zip";
hash = "sha256-ekoCvN3A0mrYUwIG61508bRAvLdOa+MQ4IXPWE5zKHw=";
hash = "sha256-hUQGCsktnun9924+k6ECQuQ1Ddl/qGmtuLWERh/vDpc=";
};
installPhase = ''