wxsqlite3: 4.10.6 -> 4.10.7

This commit is contained in:
R. Ryantm 2025-06-01 12:48:05 +00:00
parent c51f96fa0b
commit 4db96bf573

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "wxsqlite3";
version = "4.10.6";
version = "4.10.7";
src = fetchFromGitHub {
owner = "utelle";
repo = "wxsqlite3";
rev = "v${version}";
hash = "sha256-31gdhLZxthVUpSWG3PMfYiCb9xVXkXrJ1U0OI3dw5hs=";
hash = "sha256-5T5Nph6ImxJdKpyjZZngNzGEsqsoCux2Ze5Lb9WICfs=";
};
nativeBuildInputs = [