Skip to content

Commit

Permalink
datefudge: use tag instead of manual rev
Browse files Browse the repository at this point in the history
  • Loading branch information
leenaars committed Jul 26, 2020
1 parent 785b541 commit aedccac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/system/datefudge/default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ stdenv, fetchgit, fetchpatch }:

stdenv.mkDerivation {
stdenv.mkDerivation rec {
pname = "datefudge";
version = "1.24";

src = fetchgit {
url = "https://salsa.debian.org/debian/datefudge.git";
rev = "6a1b132c14cd7eff58b4fdbbc6ca110cba53d7c6";
url = "https://salsa.debian.org/debian/${pname}.git";
rev = "debian/${version}";
sha256 = "1nh433yx4y4djp0bs6aawqbwk7miq7fsbs9wpjlyh2k9dvil2lrm";
};

Expand Down

0 comments on commit aedccac

Please sign in to comment.