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

bindfs: 1.17.4 -> 1.17.5
This commit is contained in:
Pol Dellaiera
2023-11-27 21:16:58 +01:00
committed by GitHub
+2 -2
View File
@@ -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 = [