srm-cuarzo: 0.6.0-1 -> 0.6.1-1

This commit is contained in:
R. Ryantm 2024-07-07 15:48:03 +00:00
parent 8f3b38daf2
commit 6df787c0f1

View file

@ -14,9 +14,9 @@
}: }:
stdenv.mkDerivation (self: { stdenv.mkDerivation (self: {
pname = "srm-cuarzo"; pname = "srm-cuarzo";
version = "0.6.0-1"; version = "0.6.1-1";
rev = "v${self.version}"; rev = "v${self.version}";
hash = "sha256-guC2NLIg0NGyflgtrl5X2FiDKCwKd/7mglMEn56uF3Q="; hash = "sha256-jc5JnVNaVw3nBlBUss4IjBnPGVSkImKPfLb/XMsKOg8=";
src = fetchFromGitHub { src = fetchFromGitHub {
inherit (self) rev hash; inherit (self) rev hash;