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

bindfs: 1.17.5 -> 1.17.6
This commit is contained in:
Bernardo Meurer 2023-12-06 10:12:11 -03:00 committed by GitHub
commit 18fee7deec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,12 +7,12 @@
}:
stdenv.mkDerivation (finalAttrs: {
version = "1.17.5";
version = "1.17.6";
pname = "bindfs";
src = fetchurl {
url = "https://bindfs.org/downloads/bindfs-${finalAttrs.version}.tar.gz";
hash = "sha256-Wj2xu7soSOtDqzapI8mVgx0xmAd/2J6VHbXQt55i2mQ=";
hash = "sha256-076zzGm7K2gCzFOViOkh/qlz7WGRsTPyAkcZMR0cwYs=";
};
nativeBuildInputs = [