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
+3 -3
View File
@@ -1,7 +1,6 @@
{ stdenv, fetchsvn, fetchurl, cups, cups-filters, jbigkit, zlib }:
let
rev = "315";
color-profiles = stdenv.mkDerivation {
name = "splix-color-profiles-20070625";
@@ -19,14 +18,15 @@ let
'';
};
in stdenv.mkDerivation {
in stdenv.mkDerivation rec {
name = "splix-svn-${rev}";
rev = "315";
src = fetchsvn {
# We build this from svn, because splix hasn't been in released in several years
# although the community has been adding some new printer models.
url = "svn://svn.code.sf.net/p/splix/code/splix";
rev = "r${rev}";
inherit rev;
sha256 = "16wbm4xnz35ca3mw2iggf5f4jaxpyna718ia190ka6y4ah932jxl";
};