agedu: 20180522.5b12791 -> 20180918.80c7beb (#47231)

This commit is contained in:
symphorien
2018-09-23 22:38:56 +02:00
committed by xeji
parent 90a587622b
commit 540e9726b3
+3 -3
View File
@@ -1,7 +1,7 @@
{stdenv, fetchgit, autoreconfHook, halibut}: {stdenv, fetchgit, autoreconfHook, halibut}:
let let
date = "20180522"; date = "20180918";
rev = "5b12791"; rev = "80c7beb";
in in
stdenv.mkDerivation { stdenv.mkDerivation {
name = "agedu-${date}.${rev}"; name = "agedu-${date}.${rev}";
@@ -9,7 +9,7 @@ stdenv.mkDerivation {
src = fetchgit { src = fetchgit {
url = https://git.tartarus.org/simon/agedu.git; url = https://git.tartarus.org/simon/agedu.git;
inherit rev; inherit rev;
sha256 = "1zyxif0i3yil4xm8y9aqk6wsdwi7b3jg682lv6ds6a6bl047fz1q"; sha256 = "0i930izna3s73p2q52qa377ixd14zij5q1n7w3irl7csyy78g0cd";
}; };
nativeBuildInputs = [autoreconfHook halibut]; nativeBuildInputs = [autoreconfHook halibut];