summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/wxwidgets
diff options
context:
space:
mode:
authorEvils <evils.devils@protonmail.com>2023-11-11 16:20:54 +0100
committerYt <happysalada@tuta.io>2023-11-16 06:43:23 +0000
commit59267534acdf0b18434d8fde98cbdca044daddb3 (patch)
treefb1df28e0ea6ebe47ec33f69aecac6d3621eaf7a /pkgs/development/libraries/wxwidgets
parentc84df48c28b188811b854b1fea38392e0fdceadc (diff)
wxGTK32: 3.2.3 -> 3.2.4
Diffstat (limited to 'pkgs/development/libraries/wxwidgets')
-rw-r--r--pkgs/development/libraries/wxwidgets/wxGTK32.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/wxwidgets/wxGTK32.nix b/pkgs/development/libraries/wxwidgets/wxGTK32.nix
index 280602eee59b..91a0b00670c9 100644
--- a/pkgs/development/libraries/wxwidgets/wxGTK32.nix
+++ b/pkgs/development/libraries/wxwidgets/wxGTK32.nix
@@ -50,13 +50,13 @@ let
in
stdenv.mkDerivation rec {
pname = "wxwidgets";
- version = "3.2.3";
+ version = "3.2.4";
src = fetchFromGitHub {
owner = "wxWidgets";
repo = "wxWidgets";
rev = "v${version}";
- hash = "sha256-tuLNNhQA9HGax1aueZHQ+eB2dyIQnKjlmarp7e6Jplc=";
+ hash = "sha256-YkV150sDsfBEHvHne0GF6i8Y5881NrByPkLtPAmb24E=";
};
nativeBuildInputs = [ pkg-config ];