Unverified Commit fddfb1a4 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

snapraid: 12.3 -> 12.4 (#376303)

parents 17035b1e 59502874
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
  pname = "snapraid";
  version = "12.3";
  version = "12.4";

  src = fetchFromGitHub {
    owner = "amadvance";
    repo = "snapraid";
    rev = "v${version}";
    hash = "sha256-pkLooA3JZV/rPlE5+JeJN1QW2xAdNu7c/iFFtT4M4vc=";
    hash = "sha256-7guTRH9AZCsQYyWLpws19/sEe9GVFop21GYPzXCK6Fg=";
  };

  VERSION = version;