ocrad: 0.25 -> 0.26

This commit is contained in:
Pascal Wittmann 2017-05-01 11:57:15 +02:00
parent d9c59f099a
commit 033741aef8
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -1,11 +1,11 @@
{ fetchurl, stdenv, lzip, texinfo }: { fetchurl, stdenv, lzip, texinfo }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "ocrad-0.25"; name = "ocrad-0.26";
src = fetchurl { src = fetchurl {
url = "mirror://gnu/ocrad/${name}.tar.lz"; url = "mirror://gnu/ocrad/${name}.tar.lz";
sha256 = "1m2dblgvvjs48rsglfdwq0ib9zk8h9n34xsh67ibrg0g0ffbw477"; sha256 = "0g4fq7maybdnd1471kd05a3f5sb7spa3d26k706rk85sd5wd70y3";
}; };
buildInputs = [ lzip texinfo ]; buildInputs = [ lzip texinfo ];