about summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorMichiel Leenaars <ml.software@leenaa.rs>2019-09-10 10:00:11 +0200
committerMichiel Leenaars <ml.software@leenaa.rs>2019-09-10 10:00:11 +0200
commit14bb6f07dfcab8b623aeeb1487f6491f90e39c7c (patch)
treef55e141776205e6b690657f6fed5232de12a0edc /pkgs/tools/system
parent300464ec67f3b00110675a563581de33af988ccc (diff)
downloadnixlib-14bb6f07dfcab8b623aeeb1487f6491f90e39c7c.tar
nixlib-14bb6f07dfcab8b623aeeb1487f6491f90e39c7c.tar.gz
nixlib-14bb6f07dfcab8b623aeeb1487f6491f90e39c7c.tar.bz2
nixlib-14bb6f07dfcab8b623aeeb1487f6491f90e39c7c.tar.lz
nixlib-14bb6f07dfcab8b623aeeb1487f6491f90e39c7c.tar.xz
nixlib-14bb6f07dfcab8b623aeeb1487f6491f90e39c7c.tar.zst
nixlib-14bb6f07dfcab8b623aeeb1487f6491f90e39c7c.zip
datefudge: 1.22 -> 1.23
Diffstat (limited to 'pkgs/tools/system')
-rw-r--r--pkgs/tools/system/datefudge/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/system/datefudge/default.nix b/pkgs/tools/system/datefudge/default.nix
index 6927c64bf483..63aa563bfa0c 100644
--- a/pkgs/tools/system/datefudge/default.nix
+++ b/pkgs/tools/system/datefudge/default.nix
@@ -2,12 +2,12 @@
 
 stdenv.mkDerivation {
   pname = "datefudge";
-  version = "1.22";
+  version = "1.23";
 
   src = fetchgit {
     url = "https://salsa.debian.org/debian/datefudge.git";
-    rev = "fe27db47a0f250fb56164114fff8ae8d5af47ab6";
-    sha256 = "1fmd05r00wx4zc90lbi804jl7xwdl11jq2a1kp5lqimk3yyvfw4c";
+    rev = "090d3aace17640478f7f5119518b2f4196f62617";
+    sha256 = "0r9g8v9xnv60hq3j20wqy34kyig3sc2pisjxl4irn7jjx85f1spv";
   };
 
   patchPhase = ''