seadrive-fuse: 3.0.18 -> 3.0.21 (#503221)

This commit is contained in:
Nick Cao
2026-03-25 20:29:25 +00:00
committed by GitHub
+2 -2
View File
@@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "seadrive-fuse";
version = "3.0.18";
version = "3.0.21";
src = fetchFromGitHub {
owner = "haiwen";
repo = "seadrive-fuse";
rev = "v${finalAttrs.version}";
hash = "sha256-oMi297ORIKdJhuYOvazJ+oSVCwRAqvjy0pc+lyBq5oQ=";
hash = "sha256-SAosWgcqxK99leKGYJ7F8zuraOiBz49/AJjTQ/PeEwQ=";
};
nativeBuildInputs = [