seadrive-fuse: 3.0.22 -> 3.0.23

This commit is contained in:
R. Ryantm
2026-06-10 01:45:41 +00:00
parent 8350d22b81
commit 3e32ce20f7
+2 -2
View File
@@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "seadrive-fuse";
version = "3.0.22";
version = "3.0.23";
src = fetchFromGitHub {
owner = "haiwen";
repo = "seadrive-fuse";
rev = "v${finalAttrs.version}";
hash = "sha256-2uw6MpB2whgcPcfplVUBR7XXJ1l/1Z6RMNOzieBPA74=";
hash = "sha256-s43AVVXwpF97tvwxwMDvc8t1KlrDVAv+Ta/QVRui6f8=";
};
nativeBuildInputs = [