Merge pull request #323530 from r-ryantm/auto-update/srm-cuarzo

srm-cuarzo: 0.5.7-1 -> 0.6.0-1
This commit is contained in:
Nick Cao 2024-06-30 09:43:43 -04:00 committed by GitHub
commit 09fa224acf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;