Merge pull request #170492 from armeenm/bump-agedu

agedu: 20200705 -> 20211129
This commit is contained in:
Guillaume Girol 2022-04-29 18:25:05 +00:00 committed by GitHub
commit 27078775c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,11 @@
{lib, stdenv, fetchgit, autoreconfHook, halibut}: { lib, stdenv
, fetchgit
, cmake
, halibut
}:
let let
date = "20200705"; date = "20211129";
rev = "2a7d4a2"; rev = "8cd63c5";
in in
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "agedu"; pname = "agedu";
@ -11,10 +15,10 @@ 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 = "gRNscl/vhBoZaHFCs9JjDBHDRoEpILJLtiI4YV+K/b4="; hash = "sha256-5wqpL7wrFwIf6lxVte+GXLsXYY0/36EIAUepVNDCnSE=";
}; };
nativeBuildInputs = [autoreconfHook halibut]; nativeBuildInputs = [ cmake halibut ];
meta = with lib; { meta = with lib; {
description = "A Unix utility for tracking down wasted disk space"; description = "A Unix utility for tracking down wasted disk space";