bindfs: 1.17.1 -> 1.17.2

This commit is contained in:
Doron Behar
2023-03-04 13:18:34 +02:00
parent d16c79b22d
commit fe6de9a81e
+2 -2
View File
@@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl, fuse, pkg-config }:
stdenv.mkDerivation rec {
version = "1.17.1";
version = "1.17.2";
pname = "bindfs";
src = fetchurl {
url = "https://bindfs.org/downloads/${pname}-${version}.tar.gz";
sha256 = "sha256-7bSYkUTSj3Wv/E9bGAdPuXpY1u41rWkZrHXraky/41I=";
sha256 = "sha256-XyxQpwuNWMAluB+/Nk+tQy0VSTZjDOACPMiLqo1codA=";
};
nativeBuildInputs = [ pkg-config ];