patchutils: Update to new upstream version 0.3.3.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2014-05-08 14:59:42 +02:00
parent 313900d819
commit 709ccd520b
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961

View File

@ -1,14 +1,14 @@
{ stdenv, fetchurl }: { stdenv, fetchurl }:
stdenv.mkDerivation { stdenv.mkDerivation rec {
name = "patchutils-0.3.0"; name = "patchutils-0.3.3";
src = fetchurl { src = fetchurl {
url = http://cyberelk.net/tim/data/patchutils/stable/patchutils-0.3.0.tar.bz2; url = "http://cyberelk.net/tim/data/patchutils/stable/${name}.tar.xz";
sha256 = "08jzvprhpcgwvx0xlkwc8dbdd9ilvwyr3cwnq96xmbfipch69yi7"; sha256 = "0g5df00cj4nczrmr4k791l7la0sq2wnf8rn981fsrz1f3d2yix4i";
}; };
meta = { meta = {
description = "Tools to manipulate patch files"; description = "Tools to manipulate patch files";
homepage = http://cyberelk.net/tim/software/patchutils; homepage = http://cyberelk.net/tim/software/patchutils;
license = "GPLv2"; license = "GPLv2";