lol
0
fork

Configure Feed

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

quota: 4.03 -> 4.04

Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/0lz0a0vk7zzlqjry9xak94pckrfy77rd-quota-4.04/bin/quota -V` and found version 4.04
- ran `/nix/store/0lz0a0vk7zzlqjry9xak94pckrfy77rd-quota-4.04/bin/quota --version` and found version 4.04
- ran `/nix/store/0lz0a0vk7zzlqjry9xak94pckrfy77rd-quota-4.04/bin/quotasync -h` got 0 exit code
- ran `/nix/store/0lz0a0vk7zzlqjry9xak94pckrfy77rd-quota-4.04/bin/quotasync --help` got 0 exit code
- ran `/nix/store/0lz0a0vk7zzlqjry9xak94pckrfy77rd-quota-4.04/bin/quotasync -V` and found version 4.04
- ran `/nix/store/0lz0a0vk7zzlqjry9xak94pckrfy77rd-quota-4.04/bin/quotasync --version` and found version 4.04
- ran `/nix/store/0lz0a0vk7zzlqjry9xak94pckrfy77rd-quota-4.04/bin/convertquota -V` and found version 4.04
- ran `/nix/store/0lz0a0vk7zzlqjry9xak94pckrfy77rd-quota-4.04/bin/convertquota --version` and found version 4.04
- ran `/nix/store/0lz0a0vk7zzlqjry9xak94pckrfy77rd-quota-4.04/bin/edquota help` got 0 exit code
- ran `/nix/store/0lz0a0vk7zzlqjry9xak94pckrfy77rd-quota-4.04/bin/edquota -V` and found version 4.04
- ran `/nix/store/0lz0a0vk7zzlqjry9xak94pckrfy77rd-quota-4.04/bin/edquota --version` and found version 4.04
- ran `/nix/store/0lz0a0vk7zzlqjry9xak94pckrfy77rd-quota-4.04/bin/quot help` got 0 exit code
- ran `/nix/store/0lz0a0vk7zzlqjry9xak94pckrfy77rd-quota-4.04/bin/quot -V` and found version 4.04
- ran `/nix/store/0lz0a0vk7zzlqjry9xak94pckrfy77rd-quota-4.04/bin/quotacheck -V` and found version 4.04
- ran `/nix/store/0lz0a0vk7zzlqjry9xak94pckrfy77rd-quota-4.04/bin/quotacheck --version` and found version 4.04
- ran `/nix/store/0lz0a0vk7zzlqjry9xak94pckrfy77rd-quota-4.04/bin/quotaon help` got 0 exit code
- ran `/nix/store/0lz0a0vk7zzlqjry9xak94pckrfy77rd-quota-4.04/bin/quotaon -V` and found version 4.04
- ran `/nix/store/0lz0a0vk7zzlqjry9xak94pckrfy77rd-quota-4.04/bin/quotaon --version` and found version 4.04
- ran `/nix/store/0lz0a0vk7zzlqjry9xak94pckrfy77rd-quota-4.04/bin/quotastats -h` got 0 exit code
- ran `/nix/store/0lz0a0vk7zzlqjry9xak94pckrfy77rd-quota-4.04/bin/quotastats --help` got 0 exit code
- ran `/nix/store/0lz0a0vk7zzlqjry9xak94pckrfy77rd-quota-4.04/bin/quotastats help` got 0 exit code
- ran `/nix/store/0lz0a0vk7zzlqjry9xak94pckrfy77rd-quota-4.04/bin/repquota -V` and found version 4.04
- ran `/nix/store/0lz0a0vk7zzlqjry9xak94pckrfy77rd-quota-4.04/bin/repquota --version` and found version 4.04
- ran `/nix/store/0lz0a0vk7zzlqjry9xak94pckrfy77rd-quota-4.04/bin/setquota -V` and found version 4.04
- ran `/nix/store/0lz0a0vk7zzlqjry9xak94pckrfy77rd-quota-4.04/bin/setquota --version` and found version 4.04
- ran `/nix/store/0lz0a0vk7zzlqjry9xak94pckrfy77rd-quota-4.04/bin/warnquota -V` and found version 4.04
- ran `/nix/store/0lz0a0vk7zzlqjry9xak94pckrfy77rd-quota-4.04/bin/warnquota --version` and found version 4.04
- found 4.04 with grep in /nix/store/0lz0a0vk7zzlqjry9xak94pckrfy77rd-quota-4.04
- found 4.04 in filename of file in /nix/store/0lz0a0vk7zzlqjry9xak94pckrfy77rd-quota-4.04

cc "@dezgeg"

authored by

Ryan Mulligan and committed by
Frederik Rietdijk
ac7c1c7b 365b5c41

+2 -2
+2 -2
pkgs/tools/misc/quota/default.nix
··· 1 1 { stdenv, fetchurl, e2fsprogs, openldap, pkgconfig }: 2 2 3 3 stdenv.mkDerivation rec { 4 - version = "4.03"; 4 + version = "4.04"; 5 5 name = "quota-${version}"; 6 6 7 7 src = fetchurl { 8 8 url = "mirror://sourceforge/linuxquota/quota-${version}.tar.gz"; 9 - sha256 = "0jv7vhxhjp3gc4hwgmrhg448sbzzqib80gdas9nm0c5zwyd4sv4w"; 9 + sha256 = "1pwfxza923j75z5lx0w89pj09745zi1swy77cm0zalbzgs4f2nvk"; 10 10 }; 11 11 12 12 outputs = [ "out" "dev" "doc" "man" ];