srm-cuarzo: 0.7.2-1 -> 0.8.0-1

This commit is contained in:
R. Ryantm
2024-10-31 18:28:35 +00:00
parent f18cab59d8
commit 305fda4086
+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;