Skip to content

Commit

Permalink
datefudge: 1.23 -> 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
leenaars committed Jul 26, 2020
1 parent 5d84628 commit 785b541
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions pkgs/tools/system/datefudge/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" "/" \
Expand Down

0 comments on commit 785b541

Please sign in to comment.