We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d5a1d9 + 50b1841 commit 484a028Copy full SHA for 484a028
1 file changed
pkgs/by-name/wx/wxGTK32/package.nix
@@ -47,13 +47,13 @@ let
47
in
48
stdenv.mkDerivation (finalAttrs: {
49
pname = "wxwidgets";
50
- version = "3.2.8.1";
+ version = "3.2.9";
51
52
src = fetchFromGitHub {
53
owner = "wxWidgets";
54
repo = "wxWidgets";
55
- rev = "v${finalAttrs.version}";
56
- hash = "sha256-aXI59oN5qqds6u2/6MI7BYLbFPy3Yrfn2FGTfxlPG7o=";
+ tag = "v${finalAttrs.version}";
+ hash = "sha256-mYMUW3FnFkKHDQXb/k9UosSiWCPW7OQn+/orwq4Q95k=";
57
};
58
59
nativeBuildInputs = [ pkg-config ];
0 commit comments