wxsqlite3: 4.10.7 -> 4.10.8

This commit is contained in:
R. Ryantm
2025-06-11 20:16:31 +00:00
parent 3fa008da69
commit 82f5fb638d
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "wxsqlite3";
version = "4.10.7";
version = "4.10.8";
src = fetchFromGitHub {
owner = "utelle";
repo = "wxsqlite3";
rev = "v${version}";
hash = "sha256-5T5Nph6ImxJdKpyjZZngNzGEsqsoCux2Ze5Lb9WICfs=";
hash = "sha256-Gd3RuSQgN9D9nAsQqlFjDPTC1OldoVc3E6TXr0VwTCI=";
};
nativeBuildInputs = [