From b6ce4710c6022e0c3276132af7b3746f32b4991e Mon Sep 17 00:00:00 2001 From: Guillaume Girol Date: Wed, 16 Oct 2024 12:00:00 +0000 Subject: [PATCH] agedu: 20211129 -> 20241013 changelog: Fix infinite loop in round_and_format_age. --- pkgs/tools/misc/agedu/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/misc/agedu/default.nix b/pkgs/tools/misc/agedu/default.nix index d01e6aab141c..7024e166c9f8 100644 --- a/pkgs/tools/misc/agedu/default.nix +++ b/pkgs/tools/misc/agedu/default.nix @@ -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 ];