about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-06-15 09:43:24 -0400
committerGitHub <noreply@github.com>2024-06-15 09:43:24 -0400
commit71fe38ce0eb2822e1c0f20015dc76a568979023c (patch)
treeb967a66fa149043081c6ed4ab981d35576c0c66e /pkgs/development
parent726dc066bd7abe6bfb78f3be25a685995aa4674a (diff)
parent34282484192815af365751f98e904d21ebc134ce (diff)
Merge pull request #319966 from r-ryantm/auto-update/wxsqlite3
wxsqlite3: 4.9.10 -> 4.9.11
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/wxsqlite3/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/wxsqlite3/default.nix b/pkgs/development/libraries/wxsqlite3/default.nix
index 6eb67cfa30b07..b968af23c0dad 100644
--- a/pkgs/development/libraries/wxsqlite3/default.nix
+++ b/pkgs/development/libraries/wxsqlite3/default.nix
@@ -12,13 +12,13 @@
 
 stdenv.mkDerivation rec {
   pname = "wxsqlite3";
-  version = "4.9.10";
+  version = "4.9.11";
 
   src = fetchFromGitHub {
     owner = "utelle";
     repo = "wxsqlite3";
     rev = "v${version}";
-    hash = "sha256-L7GpDAqx7hF/PBLy6h10pAydpjaJU3JFgTZ2bJhZtG0=";
+    hash = "sha256-aX1YU35ATL+f18tGIba6cgNYZvYm3TshHsN7RFD+vI4=";
   };
 
   nativeBuildInputs = [ autoreconfHook ];