Commit 29fa9e86 authored by R. RyanTM's avatar R. RyanTM
Browse files

srm-cuarzo: 0.5.7-1 -> 0.6.0-1

parent 65ed2124
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.7-1";
  version = "0.6.0-1";
  rev = "v${self.version}";
  hash = "sha256-TUYiReCWryNFfJ0lFBKNJiauil8ZwRSG8X9Bsdtwswc=";
  hash = "sha256-guC2NLIg0NGyflgtrl5X2FiDKCwKd/7mglMEn56uF3Q=";

  src = fetchFromGitHub {
    inherit (self) rev hash;