datefudge: use tag instead of manual rev

This commit is contained in:
Michiel Leenaars 2020-07-27 00:31:07 +02:00
parent 785b541ed6
commit aedccac4e8

View File

@ -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";
};