srm-cuarzo: 0.11.0-1 -> 0.12.0-1 (#380522)

This commit is contained in:
Nick Cao
2025-02-09 09:58:34 -05:00
committed by GitHub
+2 -2
View File
@@ -14,9 +14,9 @@
}:
stdenv.mkDerivation (self: {
pname = "srm-cuarzo";
version = "0.11.0-1";
version = "0.12.0-1";
rev = "v${self.version}";
hash = "sha256-9fs29Us2/Z6d4u0XHKaFUrjxuSDcp9zj+cyIlhAn0Eg=";
hash = "sha256-baLi0Upv8VMfeusy9EfeAXVxMo0KuKNC+EYg/c+tzRY=";
src = fetchFromGitHub {
inherit (self) rev hash;