datefudge: 1.23 -> 1.24

This commit is contained in:
Michiel Leenaars 2020-07-27 00:15:38 +02:00
parent 5d846289bb
commit 785b541ed6

View File

@ -2,21 +2,14 @@
stdenv.mkDerivation {
pname = "datefudge";
version = "1.23";
version = "1.24";
src = fetchgit {
url = "https://salsa.debian.org/debian/datefudge.git";
rev = "090d3aace17640478f7f5119518b2f4196f62617";
sha256 = "0r9g8v9xnv60hq3j20wqy34kyig3sc2pisjxl4irn7jjx85f1spv";
rev = "6a1b132c14cd7eff58b4fdbbc6ca110cba53d7c6";
sha256 = "1nh433yx4y4djp0bs6aawqbwk7miq7fsbs9wpjlyh2k9dvil2lrm";
};
patches = [
(fetchpatch {
url = "https://src.fedoraproject.org/rpms/datefudge/raw/master/f/datefudge_1.23-tz.patch";
sha256 = "19c2fvhm06wnp3059b0rnd7dqdchkan8iycjh8jk8y25j870zkvn";
})
];
postPatch = ''
substituteInPlace Makefile \
--replace "/usr" "/" \