fuse3: 3.10.2 -> 3.10.3

This commit is contained in:
Michael Weiss 2021-04-12 13:31:17 +02:00
parent 3690cf7fb1
commit 4e90ff6e61
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83
2 changed files with 3 additions and 3 deletions

View File

@ -96,7 +96,7 @@ in stdenv.mkDerivation rec {
inherit (src.meta) homepage; inherit (src.meta) homepage;
changelog = "https://github.com/libfuse/libfuse/releases/tag/fuse-${version}"; changelog = "https://github.com/libfuse/libfuse/releases/tag/fuse-${version}";
platforms = platforms.linux; platforms = platforms.linux;
license = with licenses; [ gpl2 lgpl21 ]; license = with licenses; [ gpl2Only lgpl21Only ];
maintainers = [ maintainers.primeos ]; maintainers = [ maintainers.primeos ];
}; };
} }

View File

@ -11,7 +11,7 @@ in {
}; };
fuse_3 = mkFuse { fuse_3 = mkFuse {
version = "3.10.2"; version = "3.10.3";
sha256Hash = "0m44hhk6jxkgkvk2jsjcwa3pqgzzqnpm606n3n8wn1ldypkvpsps"; sha256Hash = "054g3jqy8lhlj8kkwd16wxaxzynmh8h5iv20cryd0psg0hgmhd7v";
}; };
} }