agedu: 20211129 -> 20241013 (#349110)

This commit is contained in:
Peder Bergebakken Sundt
2024-10-20 23:59:48 +02:00
committed by GitHub
+3 -3
View File
@@ -4,8 +4,8 @@
, halibut
}:
let
date = "20211129";
rev = "8cd63c5";
date = "20241013";
rev = "3622eda";
in
stdenv.mkDerivation {
pname = "agedu";
@@ -15,7 +15,7 @@ stdenv.mkDerivation {
src = fetchgit {
url = "https://git.tartarus.org/simon/agedu.git";
inherit rev;
hash = "sha256-5wqpL7wrFwIf6lxVte+GXLsXYY0/36EIAUepVNDCnSE=";
hash = "sha256-ZU2bVVo//mAVtVtrKPQ20wZHip/AZPmlL2uaCBcc7rw=";
};
nativeBuildInputs = [ cmake halibut ];