httpdirfs: 1.2.7 -> 1.2.10

This commit is contained in:
R. Ryantm
2026-05-17 15:54:36 +00:00
parent 24485fd65c
commit c78414e3fb
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "httpdirfs";
version = "1.2.7";
version = "1.2.10";
src = fetchFromGitHub {
owner = "fangfufu";
repo = "httpdirfs";
tag = finalAttrs.version;
hash = "sha256-6TGptKWX0hSNL3Z3ioP7puzozWLiMhCybN7hATQdD/k=";
hash = "sha256-dfMavLEBXry1cW4o2yQjuvBbYIvct1GXzACj+9Hh4wE=";
};
nativeBuildInputs = [