srm-cuarzo: 0.6.1-1 -> 0.6.3-1

This commit is contained in:
R. Ryantm 2024-07-19 23:49:22 +00:00
parent b098e0c792
commit 85e7aa50be

View File

@ -14,9 +14,9 @@
}: }:
stdenv.mkDerivation (self: { stdenv.mkDerivation (self: {
pname = "srm-cuarzo"; pname = "srm-cuarzo";
version = "0.6.1-1"; version = "0.6.3-1";
rev = "v${self.version}"; rev = "v${self.version}";
hash = "sha256-jc5JnVNaVw3nBlBUss4IjBnPGVSkImKPfLb/XMsKOg8="; hash = "sha256-nQucfh/Eri2BM70NFYqJQnBgVlHO/5eNHVFX/6RYoZA=";
src = fetchFromGitHub { src = fetchFromGitHub {
inherit (self) rev hash; inherit (self) rev hash;