about summary refs log tree commit diff
path: root/pkgs/tools/misc/agedu
diff options
context:
space:
mode:
authorsymphorien <symphorien@users.noreply.github.com>2018-09-23 20:38:56 +0000
committerxeji <36407913+xeji@users.noreply.github.com>2018-09-23 22:38:56 +0200
commit540e9726b3fad06f73433224d6010cf7734beb80 (patch)
tree604f001a6430ebc0029e238486dfa2890f99628e /pkgs/tools/misc/agedu
parent90a587622bad8ac1c699f2c2fb44881a42eb7bb5 (diff)
agedu: 20180522.5b12791 -> 20180918.80c7beb (#47231)
Diffstat (limited to 'pkgs/tools/misc/agedu')
-rw-r--r--pkgs/tools/misc/agedu/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/agedu/default.nix b/pkgs/tools/misc/agedu/default.nix
index 2f9615a1fdbbd..d0254e9ce9f58 100644
--- a/pkgs/tools/misc/agedu/default.nix
+++ b/pkgs/tools/misc/agedu/default.nix
@@ -1,7 +1,7 @@
 {stdenv, fetchgit, autoreconfHook, halibut}:
 let
-  date = "20180522";
-  rev = "5b12791";
+  date = "20180918";
+  rev = "80c7beb";
 in
 stdenv.mkDerivation {
   name = "agedu-${date}.${rev}";
@@ -9,7 +9,7 @@ stdenv.mkDerivation {
   src = fetchgit {
     url = https://git.tartarus.org/simon/agedu.git;
     inherit rev;
-    sha256 = "1zyxif0i3yil4xm8y9aqk6wsdwi7b3jg682lv6ds6a6bl047fz1q";
+    sha256 = "0i930izna3s73p2q52qa377ixd14zij5q1n7w3irl7csyy78g0cd";
   };
 
   nativeBuildInputs = [autoreconfHook halibut];