wxGTK32: 3.2.6 -> 3.2.7.1

This commit is contained in:
K900
2025-04-11 12:22:04 +03:00
parent 02f25b0d99
commit e34f134973
+2 -2
View File
@@ -47,13 +47,13 @@ let
in
stdenv.mkDerivation rec {
pname = "wxwidgets";
version = "3.2.6";
version = "3.2.7.1";
src = fetchFromGitHub {
owner = "wxWidgets";
repo = "wxWidgets";
rev = "v${version}";
hash = "sha256-7dc7NGiKSonFFaWp3UxLYqDc1Cc6no1Eba0QmtzX5mM=";
hash = "sha256-CKU0Aa78YrtGKLE9/MF9VNc2fmzPZ1j4lviX1aAv9cQ=";
};
nativeBuildInputs = [ pkg-config ];