srm-cuarzo: 0.5.5-1 -> 0.5.6-1

This commit is contained in:
R. Ryantm 2024-04-14 02:31:53 +00:00
parent 1b69196959
commit ad83596e07
1 changed files with 2 additions and 2 deletions

View File

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