agedu: 20200206 -> 20200705
This commit is contained in:
parent
ef7116f203
commit
84726119ef
1 changed files with 6 additions and 4 deletions
|
@ -1,15 +1,17 @@
|
||||||
{stdenv, fetchgit, autoreconfHook, halibut}:
|
{stdenv, fetchgit, autoreconfHook, halibut}:
|
||||||
let
|
let
|
||||||
date = "20200206";
|
date = "20200705";
|
||||||
rev = "963bc9d";
|
rev = "2a7d4a2";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "agedu-${date}.${rev}";
|
pname = "agedu";
|
||||||
|
version = "${date}.${rev}";
|
||||||
|
|
||||||
# upstream provides tarballs but it seems they disappear after the next version is released
|
# upstream provides tarballs but it seems they disappear after the next version is released
|
||||||
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 = "1jmvgg2v6aqgbgpxbndrdhgfhlglrq4yv4sdbjaj6bsz9fb8lqhc";
|
sha256 = "gRNscl/vhBoZaHFCs9JjDBHDRoEpILJLtiI4YV+K/b4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [autoreconfHook halibut];
|
nativeBuildInputs = [autoreconfHook halibut];
|
||||||
|
|
Loading…
Reference in a new issue