Skip to content

Commit

Permalink
Merge pull request NixOS#246673 from r-ryantm/auto-update/squashfuse
Browse files Browse the repository at this point in the history
squashfuse: 0.2.0 -> 0.4.0
  • Loading branch information
wegank authored Aug 2, 2023
2 parents 8c07e4c + 8acd2ac commit 0878b75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/filesystems/squashfuse/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
stdenv.mkDerivation rec {

pname = "squashfuse";
version = "0.2.0";
version = "0.4.0";

src = fetchFromGitHub {
owner = "vasi";
repo = pname;
rev = version;
sha256 = "sha256-agapkSl4KEK+7MA2+gcfaXv6+rpG0MQAhAG5At9rXqk=";
sha256 = "sha256-gK1k1Ooue3HLtBmPFMZdW4h2Ee1Uy4T26EOBeQICQpM=";
};

nativeBuildInputs = [ autoreconfHook libtool pkg-config ];
Expand Down

0 comments on commit 0878b75

Please sign in to comment.