gmid: 1.8.3 -> 1.8.4

This commit is contained in:
R. Ryantm 2022-07-29 11:16:39 +00:00
parent 1d523e2fbb
commit 4df0c24d31

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "gmid";
version = "1.8.3";
version = "1.8.4";
src = fetchFromGitHub {
owner = "omar-polo";
repo = pname;
rev = version;
hash = "sha256-vghoPsyGspPn22Kl61qiaALS2R243JSuS80uKFBHc9k=";
hash = "sha256-WI3EJEhhd0UwtbOhRpt+8XEHuG6YrKAcT4mO1caZ+hE=";
};
nativeBuildInputs = [ bison ];