srm-cuarzo: 0.5.7-1 -> 0.6.0-1

This commit is contained in:
R. Ryantm 2024-06-30 05:45:44 +00:00
parent 65ed2124ae
commit 29fa9e8698

View File

@ -14,9 +14,9 @@
}:
stdenv.mkDerivation (self: {
pname = "srm-cuarzo";
version = "0.5.7-1";
version = "0.6.0-1";
rev = "v${self.version}";
hash = "sha256-TUYiReCWryNFfJ0lFBKNJiauil8ZwRSG8X9Bsdtwswc=";
hash = "sha256-guC2NLIg0NGyflgtrl5X2FiDKCwKd/7mglMEn56uF3Q=";
src = fetchFromGitHub {
inherit (self) rev hash;