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

srm-cuarzo: 0.5.4-1 -> 0.5.5-1
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-03-17 11:40:52 +00:00 committed by GitHub
commit d1f183f56b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,9 +14,9 @@
}:
stdenv.mkDerivation (self: {
pname = "srm-cuarzo";
version = "0.5.4-1";
version = "0.5.5-1";
rev = "v${self.version}";
hash = "sha256-nmYMhX3XtyIyv6Kxi7s+ahkOHfnuLcjpwSU58HcPNeU=";
hash = "sha256-4aeKzvhfVmimz4Df7wnyZESAZa7RMjYUqbhFhqPJ59o=";
src = fetchFromGitHub {
inherit (self) rev hash;