fuse-overlayfs: 1.6.0 -> 1.7.0

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>

authored by Sascha Grunert and committed by zowoq 869f2707 b54d2ddd

+2 -2
+2 -2
pkgs/tools/filesystems/fuse-overlayfs/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "fuse-overlayfs"; 5 - version = "1.6"; 6 7 src = fetchFromGitHub { 8 owner = "containers"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-YNR9Cj2StbmA2MjoQEWgJCMoHXQ1wIYikXGUEkmJEIg="; 12 }; 13 14 nativeBuildInputs = [ autoreconfHook pkg-config ];
··· 2 3 stdenv.mkDerivation rec { 4 pname = "fuse-overlayfs"; 5 + version = "1.7"; 6 7 src = fetchFromGitHub { 8 owner = "containers"; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "sha256-eJTyiepQpCptZUnlmWTYejCyzf3QHCzqrn67UjW9mU4="; 12 }; 13 14 nativeBuildInputs = [ autoreconfHook pkg-config ];