srm-cuarzo: 0.4.0-1 -> 0.5.0-1

This commit is contained in:
R. Ryantm 2024-01-31 06:28:48 +00:00
parent 0b8f8e0cd9
commit 9c7519950b

View File

@ -14,9 +14,9 @@
}:
stdenv.mkDerivation (self: {
pname = "srm-cuarzo";
version = "0.4.0-1";
version = "0.5.0-1";
rev = "v${self.version}";
hash = "sha256-PWtDSBYw62sfyN2lpd7NY8SbqDrt5IN1rdLZRtDfals=";
hash = "sha256-q3pMWryiBR8BEPHvZ/g/jK2hIBTd15RxyU7uocSJsZ8=";
src = fetchFromGitHub {
inherit (self) rev hash;