linuxquota: 4.06 -> 4.09

This commit is contained in:
R. Ryantm 2022-09-23 06:19:30 +00:00 committed by Bobby Rong
parent 98f64d3425
commit 29943858a9

View File

@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl, e2fsprogs, openldap, pkg-config }:
stdenv.mkDerivation rec {
version = "4.06";
version = "4.09";
pname = "quota";
src = fetchurl {
url = "mirror://sourceforge/linuxquota/quota-${version}.tar.gz";
sha256 = "sha256-Lz4DA583jU8Nl6zbSdr1gdyq1k0uHd8SlJX9V5+9Jo0=";
sha256 = "sha256-nNrKFUvJKvwxF/Dl9bMgjdX4RYOvHPBhw5uqCiuxQvk=";
};
outputs = [ "out" "dev" "doc" "man" ];