Merge pull request #140402 from rnhmjoj/rewritefs

rewritefs: 2020-02-21 -> 2021-10-03

authored by

Michele Guerini Rocco and committed by
GitHub
b2a8602b 6aae893f

+5 -8
+5 -8
pkgs/os-specific/linux/rewritefs/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, pkg-config, fuse3, fuse, pcre }: 1 + { lib, stdenv, fetchFromGitHub, pkg-config, fuse3, pcre }: 2 2 3 3 stdenv.mkDerivation { 4 4 pname = "rewritefs"; 5 - version = "2020-02-21"; 5 + version = "2021-10-03"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "sloonz"; 9 9 repo = "rewritefs"; 10 - rev = "bc241c7f81e626766786b56cf71d32c1a6ad510c"; 11 - sha256 = "0zj2560hcbg5az0r8apnv0zz9b22i9r9w6rlih0rbrn673xp7q2i"; 10 + rev = "3a56de8b5a2d44968b8bc3885c7d661d46367306"; 11 + sha256 = "1w2rik0lhqm3wr68x51zs45gqfx79l7fi4p0sqznlfq7sz5s8xxn"; 12 12 }; 13 13 14 14 nativeBuildInputs = [ pkg-config ]; 15 - # Note: fuse is needed solely because (unlike fuse3) it exports ulockmgr.h. 16 - # This library was removed in fuse 3 to be distributed separately, but 17 - # apparently it's not. 18 - buildInputs = [ fuse3 fuse pcre ]; 15 + buildInputs = [ fuse3 pcre ]; 19 16 20 17 prePatch = '' 21 18 # do not set sticky bit in nix store