patchutils: 0.3.3 -> 0.3.4
This commit is contained in:
parent
8eb25e1245
commit
d550c90712
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl }:
|
{ stdenv, fetchurl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "patchutils-0.3.3";
|
name = "patchutils-0.3.4";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://cyberelk.net/tim/data/patchutils/stable/${name}.tar.xz";
|
url = "http://cyberelk.net/tim/data/patchutils/stable/${name}.tar.xz";
|
||||||
sha256 = "0g5df00cj4nczrmr4k791l7la0sq2wnf8rn981fsrz1f3d2yix4i";
|
sha256 = "0xp8mcfyi5nmb5a2zi5ibmyshxkb1zv1dgmnyn413m7ahgdx8mfg";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./drop-comments.patch ]; # we would get into a cycle when using fetchpatch on this one
|
patches = [ ./drop-comments.patch ]; # we would get into a cycle when using fetchpatch on this one
|
||||||
|
Loading…
x
Reference in New Issue
Block a user