We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 785b541 commit aedccacCopy full SHA for aedccac
1 file changed
pkgs/tools/system/datefudge/default.nix
@@ -1,12 +1,12 @@
1
{ stdenv, fetchgit, fetchpatch }:
2
3
-stdenv.mkDerivation {
+stdenv.mkDerivation rec {
4
pname = "datefudge";
5
version = "1.24";
6
7
src = fetchgit {
8
- url = "https://salsa.debian.org/debian/datefudge.git";
9
- rev = "6a1b132c14cd7eff58b4fdbbc6ca110cba53d7c6";
+ url = "https://salsa.debian.org/debian/${pname}.git";
+ rev = "debian/${version}";
10
sha256 = "1nh433yx4y4djp0bs6aawqbwk7miq7fsbs9wpjlyh2k9dvil2lrm";
11
};
12
0 commit comments