Unverified Commit 0fa44f41 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

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

srm-cuarzo: 0.5.0-1 -> 0.5.1-1
parents f37ba197 5c960e39
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;