seadrive-gui: 3.0.22 -> 3.0.23

This commit is contained in:
R. Ryantm
2026-06-10 01:34:37 +00:00
parent 8350d22b81
commit 8aeb134d46
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "seadrive-gui";
version = "3.0.22";
version = "3.0.23";
src = fetchFromGitHub {
owner = "haiwen";
repo = "seadrive-gui";
rev = "v${finalAttrs.version}";
hash = "sha256-1RvNJMMPqxsHJx61lvbdpuKgmyo0r66cAMj5uk58AT4=";
hash = "sha256-FnZ96NkS31xC5iImZToz6lRjpJ0ui4UbrTGyA9ij7y8=";
};
# Fix cmake modernization warning.