summary refs log tree commit diff
path: root/pkgs/tools/filesystems/squashfuse
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-07-03 23:36:48 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-07-03 23:36:48 +0000
commit74588d77b49697ef86027284dce641256316bf12 (patch)
tree8cb991d7bc0822038bb42f9a88cc65216a0ba8f2 /pkgs/tools/filesystems/squashfuse
parentaafa2b2c3d46081f1009d87ad55d438390875254 (diff)
squashfuse: 0.1.105 -> 0.2.0
Diffstat (limited to 'pkgs/tools/filesystems/squashfuse')
-rw-r--r--pkgs/tools/filesystems/squashfuse/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/squashfuse/default.nix b/pkgs/tools/filesystems/squashfuse/default.nix
index dba2a474ccc3a..71243dff5de8e 100644
--- a/pkgs/tools/filesystems/squashfuse/default.nix
+++ b/pkgs/tools/filesystems/squashfuse/default.nix
@@ -4,13 +4,13 @@
 stdenv.mkDerivation rec {
 
   pname = "squashfuse";
-  version = "0.1.105";
+  version = "0.2.0";
 
   src = fetchFromGitHub {
     owner = "vasi";
     repo = pname;
     rev = version;
-    sha256 = "sha256-RIhDXzpmrYUOwj5OYzjWKJw0cwE+L3t/9pIkg/hFXA0=";
+    sha256 = "sha256-agapkSl4KEK+7MA2+gcfaXv6+rpG0MQAhAG5At9rXqk=";
   };
 
   nativeBuildInputs = [ autoreconfHook libtool pkg-config ];