linuxquota: 4.10 -> 4.11

This commit is contained in:
R. Ryantm
2026-02-02 15:04:09 +01:00
committed by Weijia Wang
parent 707051703c
commit 25c00305e6
+2 -2
View File
@@ -10,12 +10,12 @@
}:
stdenv.mkDerivation (finalAttrs: {
version = "4.10";
version = "4.11";
pname = "quota";
src = fetchurl {
url = "mirror://sourceforge/linuxquota/quota-${finalAttrs.version}.tar.gz";
sha256 = "sha256-oEoMr8opwVvotqxmDgYYi8y4AsGe/i58Ge1/PWZ+z14=";
hash = "sha256-ClG4+SAlTY6Dw0pMMIK30kH11v1lGIr63ymFnVIj73g=";
};
outputs = [