Merge pull request #287568 from r-ryantm/auto-update/srm-cuarzo

srm-cuarzo: 0.5.0-1 -> 0.5.1-1
This commit is contained in:
h7x4 2024-02-10 02:59:24 +01:00 committed by GitHub
commit 0fa44f41d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;