srm-cuarzo: 0.6.3-1 -> 0.7.0-1

This commit is contained in:
R. Ryantm
2024-08-01 09:43:49 +00:00
committed by Florian Brandes
parent 29401d2c60
commit 159d60c799

View File

@@ -14,9 +14,9 @@
}:
stdenv.mkDerivation (self: {
pname = "srm-cuarzo";
version = "0.6.3-1";
version = "0.7.0-1";
rev = "v${self.version}";
hash = "sha256-nQucfh/Eri2BM70NFYqJQnBgVlHO/5eNHVFX/6RYoZA=";
hash = "sha256-IiHcJyF7lxS/OXU/TGRrzOGNk1kKknyZ4WxMIJshZXs=";
src = fetchFromGitHub {
inherit (self) rev hash;