Skip to content

Commit aedccac

Browse files
committed
datefudge: use tag instead of manual rev
1 parent 785b541 commit aedccac

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/tools/system/datefudge/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{ stdenv, fetchgit, fetchpatch }:
22

3-
stdenv.mkDerivation {
3+
stdenv.mkDerivation rec {
44
pname = "datefudge";
55
version = "1.24";
66

77
src = fetchgit {
8-
url = "https://salsa.debian.org/debian/datefudge.git";
9-
rev = "6a1b132c14cd7eff58b4fdbbc6ca110cba53d7c6";
8+
url = "https://salsa.debian.org/debian/${pname}.git";
9+
rev = "debian/${version}";
1010
sha256 = "1nh433yx4y4djp0bs6aawqbwk7miq7fsbs9wpjlyh2k9dvil2lrm";
1111
};
1212

0 commit comments

Comments
 (0)