Unverified Commit 2271ac7d authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #266601 from r-ryantm/auto-update/bindfs

bindfs: 1.17.4 -> 1.17.5
parents ac541e14 6a83941f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,12 +7,12 @@
}:

stdenv.mkDerivation (finalAttrs: {
  version = "1.17.4";
  version = "1.17.5";
  pname = "bindfs";

  src = fetchurl {
    url = "https://bindfs.org/downloads/bindfs-${finalAttrs.version}.tar.gz";
    hash = "sha256-b9Svm6LsK9tgPvjuoqnRLbLl/py+UrhkC0FXNKWfPcw=";
    hash = "sha256-Wj2xu7soSOtDqzapI8mVgx0xmAd/2J6VHbXQt55i2mQ=";
  };

  nativeBuildInputs = [