Merge pull request #291202 from r-ryantm/auto-update/srm-cuarzo

srm-cuarzo: 0.5.2-1 -> 0.5.3-1
This commit is contained in:
Nick Cao
2024-02-25 10:55:22 -05:00
committed by GitHub
+2 -2
View File
@@ -14,9 +14,9 @@
}:
stdenv.mkDerivation (self: {
pname = "srm-cuarzo";
version = "0.5.2-1";
version = "0.5.3-1";
rev = "v${self.version}";
hash = "sha256-FMd1v0K+H7DlSD0osmWrnuSKqQZxw3RUZq8JwZFm/f4=";
hash = "sha256-KRp+rTpiUbOmUPE9vASwTF+c8TDveFnAEqptcGO5luc=";
src = fetchFromGitHub {
inherit (self) rev hash;