srm-cuarzo: 0.7.2-1 -> 0.8.0-1 (#352688)

This commit is contained in:
Nick Cao
2024-11-06 09:13:42 -05:00
committed by GitHub
+2 -2
View File
@@ -14,9 +14,9 @@
}:
stdenv.mkDerivation (self: {
pname = "srm-cuarzo";
version = "0.7.2-1";
version = "0.8.0-1";
rev = "v${self.version}";
hash = "sha256-VxLiGA7AvNNjl8UjFbBE9Z/T+YrTj9Hb3LASgzE9iH0=";
hash = "sha256-QQYn7TR2+6nZHOohjqEg6uMt4OBvfYD4+bFiDIaC7SU=";
src = fetchFromGitHub {
inherit (self) rev hash;