wxmacmolplt: 7.7.2 -> 7.7.3

This commit is contained in:
R. Ryantm 2024-01-04 05:15:19 +00:00
parent 5f23a2f396
commit babf9e08bf

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 ];