forked from mirrors/nixpkgs
fuse3: 3.10.2 -> 3.10.3
This commit is contained in:
parent
3690cf7fb1
commit
4e90ff6e61
|
@ -96,7 +96,7 @@ in stdenv.mkDerivation rec {
|
|||
inherit (src.meta) homepage;
|
||||
changelog = "https://github.com/libfuse/libfuse/releases/tag/fuse-${version}";
|
||||
platforms = platforms.linux;
|
||||
license = with licenses; [ gpl2 lgpl21 ];
|
||||
license = with licenses; [ gpl2Only lgpl21Only ];
|
||||
maintainers = [ maintainers.primeos ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@ in {
|
|||
};
|
||||
|
||||
fuse_3 = mkFuse {
|
||||
version = "3.10.2";
|
||||
sha256Hash = "0m44hhk6jxkgkvk2jsjcwa3pqgzzqnpm606n3n8wn1ldypkvpsps";
|
||||
version = "3.10.3";
|
||||
sha256Hash = "054g3jqy8lhlj8kkwd16wxaxzynmh8h5iv20cryd0psg0hgmhd7v";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue