Merge pull request #115926 from r-ryantm/auto-update/fuse-emulator
fuse-emulator: 1.5.7 -> 1.6.0
This commit is contained in:
commit
a93dacdaae
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue