xfsprogs: 5.10.0 -> 5.11.0

also try to correct meta.license
This commit is contained in:
ajs124
2021-03-30 20:14:53 +02:00
parent 24466250ec
commit db8b545233
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "xfsprogs";
version = "5.10.0";
version = "5.11.0";
src = fetchurl {
url = "mirror://kernel/linux/utils/fs/xfs/xfsprogs/${pname}-${version}.tar.xz";
sha256 = "1schqzjx836jd54l10pqds7hyli2m77df3snk95xbr23dpj1fh70";
sha256 = "0lxks616nmdk8zkdbwpq5sf9zz19smgy5rpmp3hpk2mvrl7kk70f";
};
outputs = [ "bin" "dev" "out" "doc" ];
@@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://xfs.org/";
description = "SGI XFS utilities";
license = licenses.lgpl21;
license = with licenses; [ gpl2Only lgpl21 gpl3Plus ]; # see https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/tree/debian/copyright
platforms = platforms.linux;
maintainers = with maintainers; [ dezgeg ajs124 ];
};