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

srm-cuarzo: 0.6.0-1 -> 0.6.1-1
This commit is contained in:
Nick Cao
2024-07-10 18:48:53 -04:00
committed by GitHub
+2 -2
View File
@@ -14,9 +14,9 @@
}:
stdenv.mkDerivation (self: {
pname = "srm-cuarzo";
version = "0.6.0-1";
version = "0.6.1-1";
rev = "v${self.version}";
hash = "sha256-guC2NLIg0NGyflgtrl5X2FiDKCwKd/7mglMEn56uF3Q=";
hash = "sha256-jc5JnVNaVw3nBlBUss4IjBnPGVSkImKPfLb/XMsKOg8=";
src = fetchFromGitHub {
inherit (self) rev hash;