httpdirfs 1.2.3 -> 1.2.5 https://github.com/fangfufu/httpdirfs/releases attrpath: httpdirfs Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/tools/filesystems/httpdirfs/default.nix b/pkgs/tools/filesystems/httpdirfs/default.nix index e027d5dd8df..75bca489112 100644 --- a/pkgs/tools/filesystems/httpdirfs/default.nix +++ b/pkgs/tools/filesystems/httpdirfs/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "httpdirfs"; - version = "1.2.3"; + version = "1.2.5"; src = fetchFromGitHub { owner = "fangfufu"; repo = pname; rev = version; - sha256 = "sha256-rdeBlAV3t/si9x488tirUGLZRYAxh13zdRIQe0OPd+A="; + sha256 = "sha256-PUYsT0VDEzerPqwrLJrET4kSsWsQhtnfmLepeaqtA+I="; }; nativeBuildInputs = [ pkg-config ]; Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A httpdirfs nix build failed. In file included from src/util.c:6: /nix/store/c09s0b0qqrhkkcki8nknj055wir6q4zl-openssl-3.0.8-dev/include/openssl/md5.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c); | ^~~~~~~~ src/util.c:123:5: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 123 | MD5_Update(&c, str, len); | ^~~~~~~~~~ /nix/store/c09s0b0qqrhkkcki8nknj055wir6q4zl-openssl-3.0.8-dev/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ src/util.c:124:5: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 124 | MD5_Final(md5, &c); | ^~~~~~~~~ /nix/store/c09s0b0qqrhkkcki8nknj055wir6q4zl-openssl-3.0.8-dev/include/openssl/md5.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c); | ^~~~~~~~~ gcc -g -O2 -Wall -Wextra -Wshadow -fanalyzer -Wno-analyzer-file-leak -rdynamic -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"1.2.5\" `pkg-config --cflags-only-I gumbo libcurl fuse uuid expat` `pkg-config --libs-only-L gumbo libcurl fuse uuid expat` -c -o sonic.o src/sonic.c gcc -g -O2 -Wall -Wextra -Wshadow -fanalyzer -Wno-analyzer-file-leak -rdynamic -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"1.2.5\" `pkg-config --cflags-only-I gumbo libcurl fuse uuid expat` `pkg-config --libs-only-L gumbo libcurl fuse uuid expat` -c -o log.o src/log.c gcc -g -O2 -Wall -Wextra -Wshadow -fanalyzer -Wno-analyzer-file-leak -rdynamic -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"1.2.5\" `pkg-config --cflags-only-I gumbo libcurl fuse uuid expat` `pkg-config --libs-only-L gumbo libcurl fuse uuid expat` -c -o config.o src/config.c gcc -g -O2 -Wall -Wextra -Wshadow -fanalyzer -Wno-analyzer-file-leak -rdynamic -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"1.2.5\" `pkg-config --cflags-only-I gumbo libcurl fuse uuid expat` `pkg-config --libs-only-L gumbo libcurl fuse uuid expat` -c -o memcache.o src/memcache.c gcc -g -O2 -Wall -Wextra -Wshadow -fanalyzer -Wno-analyzer-file-leak -rdynamic -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"1.2.5\" `pkg-config --cflags-only-I gumbo libcurl fuse uuid expat` `pkg-config --libs-only-L gumbo libcurl fuse uuid expat` -o httpdirfs main.o network.o fuse_local.o link.o cache.o util.o sonic.o log.o config.o memcache.o -pthread -lgumbo -lcurl -lfuse -lcrypto -lexpat -luuid @nix { "action": "setPhase", "phase": "installPhase" } installing install flags: SHELL=/nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash prefix=/nix/store/fgdyvfds4w680gv5464i3qmf4szfkbck-httpdirfs-1.2.5 install install -m 755 -D httpdirfs \ /nix/store/fgdyvfds4w680gv5464i3qmf4szfkbck-httpdirfs-1.2.5/bin/httpdirfs install -m 644 -D doc/man/httpdirfs.1 \ /nix/store/fgdyvfds4w680gv5464i3qmf4szfkbck-httpdirfs-1.2.5/share/man/man1/httpdirfs.1 install: cannot stat 'doc/man/httpdirfs.1': No such file or directory make: *** [Makefile:39: install] Error 1