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

srm-cuarzo: 0.5.5-1 -> 0.5.6-1
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-04-15 16:46:11 +00:00 committed by GitHub
commit d1484355d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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