srm-cuarzo: 0.5.0-1 -> 0.5.1-1

This commit is contained in:
R. Ryantm 2024-02-09 20:23:35 +00:00
parent 61950db5f8
commit 5c960e3981

View File

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