seadrive-gui: 3.0.19 -> 3.0.22

This commit is contained in:
R. Ryantm
2026-05-15 05:15:42 +00:00
parent 2dcb5d27c0
commit 8f2ae1d2b5
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "seadrive-gui";
version = "3.0.19";
version = "3.0.22";
src = fetchFromGitHub {
owner = "haiwen";
repo = "seadrive-gui";
rev = "v${finalAttrs.version}";
hash = "sha256-gT0GKDy/tsQex3LNcBgMdZL2obtvU1BE4EAAIvIFiHM=";
hash = "sha256-1RvNJMMPqxsHJx61lvbdpuKgmyo0r66cAMj5uk58AT4=";
};
# Fix cmake modernization warning.