Merge pull request #204241 from r-ryantm/auto-update/gmid

gmid: 1.8.5 -> 1.8.6
This commit is contained in:
Nikolay Korotkiy 2022-12-04 15:11:42 +04:00 committed by GitHub
commit 031f0fc41a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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