3
0
Fork 0
forked from mirrors/nixpkgs

snapraid: fix release checksum

This commit is contained in:
makefu 2017-11-03 09:06:41 +01:00
parent a41342ba58
commit 1774cc04cb
No known key found for this signature in database
GPG key ID: 36F7711F3FC0F225

View file

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
owner = "amadvance";
repo = "snapraid";
rev = "v${version}";
sha256 = "13v0gz22ng09gs87f7900z2sk2hg5543njl32rfn4cxxp0jncs3r";
sha256 = "1vgyiagn6qvyyz4jkf8pzlg0w9apb6mzza97a9x03p82fav2afx0";
};
doCheck = true;