summary refs log tree commit diff
path: root/pkgs/tools/filesystems/squashfuse
diff options
context:
space:
mode:
authorralismark <13449732+ralismark@users.noreply.github.com>2022-08-08 14:51:10 +1000
committerralismark <13449732+ralismark@users.noreply.github.com>2022-08-08 14:51:10 +1000
commit99cd181f19cf3712c416e7a2477454c7da46f05e (patch)
treeff99a3da4c1c0093b708237b489124e9989836d8 /pkgs/tools/filesystems/squashfuse
parent5c37ad87222cfc1ec36d6cd1364514a9efc2f7f2 (diff)
downloadnixpkgs-99cd181f19cf3712c416e7a2477454c7da46f05e.tar
nixpkgs-99cd181f19cf3712c416e7a2477454c7da46f05e.tar.gz
nixpkgs-99cd181f19cf3712c416e7a2477454c7da46f05e.tar.bz2
nixpkgs-99cd181f19cf3712c416e7a2477454c7da46f05e.tar.lz
nixpkgs-99cd181f19cf3712c416e7a2477454c7da46f05e.tar.xz
nixpkgs-99cd181f19cf3712c416e7a2477454c7da46f05e.tar.zst
nixpkgs-99cd181f19cf3712c416e7a2477454c7da46f05e.zip
squashfuse: 0.1.103 -> 0.1.105
https://github.com/vasi/squashfuse/releases/tag/0.1.105
Diffstat (limited to 'pkgs/tools/filesystems/squashfuse')
-rw-r--r--pkgs/tools/filesystems/squashfuse/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/filesystems/squashfuse/default.nix b/pkgs/tools/filesystems/squashfuse/default.nix
index 14a7f602430..1b4033ea695 100644
--- a/pkgs/tools/filesystems/squashfuse/default.nix
+++ b/pkgs/tools/filesystems/squashfuse/default.nix
@@ -6,13 +6,13 @@ with lib;
 stdenv.mkDerivation rec {
 
   pname = "squashfuse";
-  version = "0.1.103";
+  version = "0.1.105";
 
   src = fetchFromGitHub {
     owner = "vasi";
-    repo  = pname;
-    rev = "540204955134eee44201d50132a5f66a246bcfaf";
-    sha256 = "062s77y32p80vc24a79z31g90b9wxzvws1xvicgx5fn1pd0xa0q6";
+    repo = pname;
+    rev = version;
+    sha256 = "sha256-RIhDXzpmrYUOwj5OYzjWKJw0cwE+L3t/9pIkg/hFXA0=";
   };
 
   nativeBuildInputs = [ autoreconfHook libtool pkg-config ];