srm-cuarzo: 0.5.1-1 -> 0.5.2-1

This commit is contained in:
R. Ryantm 2024-02-13 17:41:05 +00:00
parent 99d7b32e4c
commit 0f4200d17c

View File

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