Merge pull request #291534 from wegank/fuse-ext2-bump

fuse-ext2: unstable-2020-07-12 -> 0.0.11

authored by Weijia Wang and committed by GitHub c45e6f9d e9daea00

+3 -3
+3 -3
pkgs/tools/filesystems/fuse-ext2/default.nix
··· 8 9 stdenv.mkDerivation (finalAttrs: { 10 pname = "fuse-ext2"; 11 - version = "unstable-2020-07-12"; 12 13 src = fetchFromGitHub { 14 owner = "alperakcan"; 15 repo = "fuse-ext2"; 16 - rev = "899f17c982dadcea13aa447c3a83c53b9431435a"; 17 - sha256 = "AE7Z+HePAy/h2TCNI9tsz6GVLdnE2AIOM3GnQzerKn8="; 18 }; 19 20 patches = [
··· 8 9 stdenv.mkDerivation (finalAttrs: { 10 pname = "fuse-ext2"; 11 + version = "0.0.11"; 12 13 src = fetchFromGitHub { 14 owner = "alperakcan"; 15 repo = "fuse-ext2"; 16 + rev = "v${finalAttrs.version}"; 17 + hash = "sha256-VQMftlnd6q1PdwhSIQwjffjnkhupY8MUc8E+p1tgvUM="; 18 }; 19 20 patches = [