tree-wide: fix all revs of fetchsvn

This commit is contained in:
Jan Malakhovski
2018-11-08 05:29:47 +00:00
parent 3902085b3f
commit 67a5c0da41
8 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
src = fetchsvn {
url = "https://svn.code.sf.net/p/netpbm/code/advanced";
rev = 3264;
rev = "3264";
sha256 = "17fmyjbxp1l18rma7gb0m8wd9kx2iwhqs8dd6fpalsn2cr8mf8hf";
};