srm-cuarzo: 0.7.1-1 -> 0.7.2-1 (#340425)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-09-09 12:22:47 +00:00 committed by GitHub
commit 055960781b
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.7.1-1";
version = "0.7.2-1";
rev = "v${self.version}";
hash = "sha256-cwZWEuht4XClVUQomMKUA3GScaxv7xBxj3tJhmDYG6Y=";
hash = "sha256-VxLiGA7AvNNjl8UjFbBE9Z/T+YrTj9Hb3LASgzE9iH0=";
src = fetchFromGitHub {
inherit (self) rev hash;