wxsqlite3: 4.10.9 -> 4.10.11

This commit is contained in:
R. Ryantm
2025-07-18 17:22:14 +00:00
parent f882241988
commit 2d7b6afac6
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "wxsqlite3";
version = "4.10.9";
version = "4.10.11";
src = fetchFromGitHub {
owner = "utelle";
repo = "wxsqlite3";
rev = "v${version}";
hash = "sha256-vxRbCImGEb9Y5lpiGgkMsOpgjcwMlDLs2LNmS3liy4A=";
hash = "sha256-AjBtwA94yN4PYaWiL71SbdBjRV5ehBvf5IP6aru9dgM=";
};
nativeBuildInputs = [