mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 23:57:53 +00:00
bindfs: 1.17.2 -> 1.17.3
This commit is contained in:
parent
e4082eecc2
commit
44671b84f3
@ -1,12 +1,12 @@
|
||||
{ lib, stdenv, fetchurl, fuse, fuse3, pkg-config }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "1.17.2";
|
||||
version = "1.17.3";
|
||||
pname = "bindfs";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://bindfs.org/downloads/${pname}-${version}.tar.gz";
|
||||
sha256 = "sha256-XyxQpwuNWMAluB+/Nk+tQy0VSTZjDOACPMiLqo1codA=";
|
||||
sha256 = "sha256-wWh2CRVywjJCwW6Hxb5+NRL0Q6rmNzKNjAEcBx6TAus=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
Loading…
Reference in New Issue
Block a user