Unverified Commit 0878b757 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #246673 from r-ryantm/auto-update/squashfuse

squashfuse: 0.2.0 -> 0.4.0
parents 8c07e4c1 8acd2ac8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];