wxsqlite3: 4.11.0 -> 4.11.1

This commit is contained in:
R. Ryantm
2025-12-01 02:46:03 +00:00
parent 64de27c1c9
commit af1dfdebe9
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "wxsqlite3";
version = "4.11.0";
version = "4.11.1";
src = fetchFromGitHub {
owner = "utelle";
repo = "wxsqlite3";
rev = "v${version}";
hash = "sha256-cTErixQhAruU/mpxnG4Nio4PPtxSeGeNZNHTjZlyn+M=";
hash = "sha256-fhhE7nPYNnqvtSCL0Z8v8mcF4gxrmE3lpCd9ji01PQ4=";
};
enableParallelBuilding = true;