fuse-emulator: 1.5.7 -> 1.6.0

This commit is contained in:
R. RyanTM 2021-03-11 12:37:02 +00:00
parent fea3cb98e1
commit 029b6999af

View file

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "fuse-emulator";
version = "1.5.7";
version = "1.6.0";
src = fetchurl {
url = "mirror://sourceforge/${pname}/fuse-${version}.tar.gz";
sha256 = "0kaynjr28w42n3iha60mgr7nxm49w8j0v49plyrc7ka24qzmiqph";
sha256 = "sha256-Oo/t8v/pR8VxVhusVaWa2tTFkzj3TkSbfnpn2coEcJY=";
};
nativeBuildInputs = [ perl pkg-config wrapGAppsHook ];