3
0
Fork 0
forked from mirrors/nixpkgs

wxGTK30: 3.0.5 -> 3.0.5.1

This commit is contained in:
Weijia Wang 2022-11-15 08:21:46 +01:00
parent 5e876613a3
commit c0da0ab05b

View file

@ -41,13 +41,13 @@ let
in
stdenv.mkDerivation rec {
pname = "wxwidgets";
version = "3.0.5";
version = "3.0.5.1";
src = fetchFromGitHub {
owner = "wxWidgets";
repo = "wxWidgets";
rev = "v${version}";
hash = "sha256-p69nNCg552j+nldGY0oL65uFRVu4xXCkoE10F5MwY9A=";
hash = "sha256-I91douzXDAfDgm4Pplf17iepv4vIRhXZDRFl9keJJq0=";
};
nativeBuildInputs = [ pkg-config ];