wxsqlite3: 4.10.3 -> 4.10.4

This commit is contained in:
R. Ryantm
2025-02-25 09:39:22 +00:00
parent 521ddca608
commit bfc3858240
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "wxsqlite3";
version = "4.10.3";
version = "4.10.4";
src = fetchFromGitHub {
owner = "utelle";
repo = "wxsqlite3";
rev = "v${version}";
hash = "sha256-XoGysM5Btm9MdeaS2eAOEn7j/Do0+1sqC/tGIkWnkxw=";
hash = "sha256-IHlQxVAgCZ8Nwz2VbP8Wvf3on9XEaVBDEMInUWHw2XQ=";
};
nativeBuildInputs = [