wxGTK32: 3.2.7.1 -> 3.2.8.1
https://github.com/wxWidgets/wxWidgets/releases/tag/v3.2.8 https://github.com/wxWidgets/wxWidgets/releases/tag/v3.2.8.1
This commit is contained in:
parent
aad4666edb
commit
16261208fc
@ -47,13 +47,13 @@ let
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "wxwidgets";
|
||||
version = "3.2.7.1";
|
||||
version = "3.2.8.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "wxWidgets";
|
||||
repo = "wxWidgets";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-CKU0Aa78YrtGKLE9/MF9VNc2fmzPZ1j4lviX1aAv9cQ=";
|
||||
hash = "sha256-aXI59oN5qqds6u2/6MI7BYLbFPy3Yrfn2FGTfxlPG7o=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user