Merge pull request #93941 from leenaars/datefudge
datefudge: 1.23 -> 1.24
This commit is contained in:
commit
11771fc2e9
@ -1,22 +1,15 @@
|
|||||||
{ stdenv, fetchgit, fetchpatch }:
|
{ stdenv, fetchgit, fetchpatch }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation rec {
|
||||||
pname = "datefudge";
|
pname = "datefudge";
|
||||||
version = "1.23";
|
version = "1.24";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://salsa.debian.org/debian/datefudge.git";
|
url = "https://salsa.debian.org/debian/${pname}.git";
|
||||||
rev = "090d3aace17640478f7f5119518b2f4196f62617";
|
rev = "debian/${version}";
|
||||||
sha256 = "0r9g8v9xnv60hq3j20wqy34kyig3sc2pisjxl4irn7jjx85f1spv";
|
sha256 = "1nh433yx4y4djp0bs6aawqbwk7miq7fsbs9wpjlyh2k9dvil2lrm";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://src.fedoraproject.org/rpms/datefudge/raw/master/f/datefudge_1.23-tz.patch";
|
|
||||||
sha256 = "19c2fvhm06wnp3059b0rnd7dqdchkan8iycjh8jk8y25j870zkvn";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace Makefile \
|
substituteInPlace Makefile \
|
||||||
--replace "/usr" "/" \
|
--replace "/usr" "/" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user