mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
datefudge: 1.24 -> 1.25
This commit is contained in:
parent
9e9a77c512
commit
aa61651632
@ -2,12 +2,12 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "datefudge";
|
||||
version = "1.24";
|
||||
version = "1.25";
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://salsa.debian.org/debian/${pname}.git";
|
||||
rev = "debian/${version}";
|
||||
sha256 = "1nh433yx4y4djp0bs6aawqbwk7miq7fsbs9wpjlyh2k9dvil2lrm";
|
||||
sha256 = "sha256-FDrwd5kahIfKGfUBIm7BBuqHwrQ/+UE1gRQrJNd031o=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
Loading…
Reference in New Issue
Block a user