srm-cuarzo: 0.12.0-1 -> 0.12.1-1 (#406040)

This commit is contained in:
Wolfgang Walther 2025-06-01 13:21:51 +00:00 committed by GitHub
commit f7630dc097
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,9 +15,9 @@
}:
stdenv.mkDerivation (self: {
pname = "srm-cuarzo";
version = "0.12.0-1";
version = "0.12.1-1";
rev = "v${self.version}";
hash = "sha256-baLi0Upv8VMfeusy9EfeAXVxMo0KuKNC+EYg/c+tzRY=";
hash = "sha256-zRj3KToMoIioY1Ez41XgFLzGIHV5bDX2aPEUsPsIkXM=";
src = fetchFromGitHub {
inherit (self) rev hash;