lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

linuxquota: 4.06 -> 4.09

authored by

R. Ryantm and committed by
Bobby Rong
29943858 98f64d34

+2 -2
+2 -2
pkgs/tools/misc/linuxquota/default.nix
··· 1 1 { lib, stdenv, fetchurl, e2fsprogs, openldap, pkg-config }: 2 2 3 3 stdenv.mkDerivation rec { 4 - version = "4.06"; 4 + version = "4.09"; 5 5 pname = "quota"; 6 6 7 7 src = fetchurl { 8 8 url = "mirror://sourceforge/linuxquota/quota-${version}.tar.gz"; 9 - sha256 = "sha256-Lz4DA583jU8Nl6zbSdr1gdyq1k0uHd8SlJX9V5+9Jo0="; 9 + sha256 = "sha256-nNrKFUvJKvwxF/Dl9bMgjdX4RYOvHPBhw5uqCiuxQvk="; 10 10 }; 11 11 12 12 outputs = [ "out" "dev" "doc" "man" ];