about summary refs log tree commit diff
path: root/pkgs/tools/misc/linuxquota
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-09-23 06:19:30 +0000
committerBobby Rong <rjl931189261@126.com>2022-11-05 16:44:10 +0800
commit29943858a96707e2a885e249664ad6d574f49c4c (patch)
treecbfb5f580ddd4ea0ff9edbd0ce53dde3d891a40a /pkgs/tools/misc/linuxquota
parent98f64d342525c5e8ffb46edcf8eb929cdaac5795 (diff)
linuxquota: 4.06 -> 4.09
Diffstat (limited to 'pkgs/tools/misc/linuxquota')
-rw-r--r--pkgs/tools/misc/linuxquota/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/linuxquota/default.nix b/pkgs/tools/misc/linuxquota/default.nix
index fbfb488f90679..b5fc42be82dc7 100644
--- a/pkgs/tools/misc/linuxquota/default.nix
+++ b/pkgs/tools/misc/linuxquota/default.nix
@@ -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" ];