summary refs log tree commit diff
path: root/pkgs/os-specific/linux/rewritefs
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2021-10-03 19:13:58 +0200
committerrnhmjoj <rnhmjoj@inventati.org>2021-10-03 19:13:58 +0200
commit785d49fb982cc2e9d579f8fffa4f848ea5336679 (patch)
treecc61553828c92842385af084cbf67ef63ad1db23 /pkgs/os-specific/linux/rewritefs
parent22374e17050f0a4453a3256c6473177b553a72be (diff)
downloadnixpkgs-785d49fb982cc2e9d579f8fffa4f848ea5336679.tar
nixpkgs-785d49fb982cc2e9d579f8fffa4f848ea5336679.tar.gz
nixpkgs-785d49fb982cc2e9d579f8fffa4f848ea5336679.tar.bz2
nixpkgs-785d49fb982cc2e9d579f8fffa4f848ea5336679.tar.lz
nixpkgs-785d49fb982cc2e9d579f8fffa4f848ea5336679.tar.xz
nixpkgs-785d49fb982cc2e9d579f8fffa4f848ea5336679.tar.zst
nixpkgs-785d49fb982cc2e9d579f8fffa4f848ea5336679.zip
rewritefs: 2020-02-21 -> 2021-10-03
Diffstat (limited to 'pkgs/os-specific/linux/rewritefs')
-rw-r--r--pkgs/os-specific/linux/rewritefs/default.nix13
1 files changed, 5 insertions, 8 deletions
diff --git a/pkgs/os-specific/linux/rewritefs/default.nix b/pkgs/os-specific/linux/rewritefs/default.nix
index f7c79106c41..1525fa8f004 100644
--- a/pkgs/os-specific/linux/rewritefs/default.nix
+++ b/pkgs/os-specific/linux/rewritefs/default.nix
@@ -1,21 +1,18 @@
-{ lib, stdenv, fetchFromGitHub, pkg-config, fuse3, fuse, pcre }:
+{ lib, stdenv, fetchFromGitHub, pkg-config, fuse3, pcre }:
 
 stdenv.mkDerivation {
   pname = "rewritefs";
-  version = "2020-02-21";
+  version = "2021-10-03";
 
   src = fetchFromGitHub {
     owner  = "sloonz";
     repo   = "rewritefs";
-    rev    = "bc241c7f81e626766786b56cf71d32c1a6ad510c";
-    sha256 = "0zj2560hcbg5az0r8apnv0zz9b22i9r9w6rlih0rbrn673xp7q2i";
+    rev    = "3a56de8b5a2d44968b8bc3885c7d661d46367306";
+    sha256 = "1w2rik0lhqm3wr68x51zs45gqfx79l7fi4p0sqznlfq7sz5s8xxn";
   };
 
   nativeBuildInputs = [ pkg-config ];
-  # Note: fuse is needed solely because (unlike fuse3) it exports ulockmgr.h.
-  # This library was removed in fuse 3 to be distributed separately, but
-  # apparently it's not.
-  buildInputs = [ fuse3 fuse pcre ];
+  buildInputs = [ fuse3 pcre ];
 
   prePatch = ''
     # do not set sticky bit in nix store