Merge pull request #278630 from r-ryantm/auto-update/wxmacmolplt

wxmacmolplt: 7.7.2 -> 7.7.3
This commit is contained in:
Nick Cao 2024-01-04 11:08:27 -05:00 committed by GitHub
commit 6a98d1fe8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "wxmacmolplt";
version = "7.7.2";
version = "7.7.3";
src = fetchFromGitHub {
owner = "brettbode";
repo = pname;
rev = "v${version}";
hash = "sha256-sNxCjIEJUrDWtcUqBQqvanNfgNQ7T4cabYy+x9D1U+Q=";
hash = "sha256-gFGstyq9bMmBaIS4QE6N3EIC9GxRvyJYUr8DUvwRQBc=";
};
nativeBuildInputs = [ pkg-config autoreconfHook ];