gmid: 1.8.5 -> 1.8.6

This commit is contained in:
R. Ryantm 2022-12-03 06:30:04 +00:00
parent 94e2931980
commit 78989571f8

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "gmid";
version = "1.8.5";
version = "1.8.6";
src = fetchFromGitHub {
owner = "omar-polo";
repo = pname;
rev = version;
hash = "sha256-XZcBcbSKfhXGlwAVkoXkEwASIghJfJIOebWPROy16Uo=";
hash = "sha256-ds5k5VHwc7/sq4PUe/WvxAx7gJkU4phKZk0KunPLNE0=";
};
nativeBuildInputs = [ bison ];