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

gmid: 1.8.4 -> 1.8.5
This commit is contained in:
Nikolay Korotkiy 2022-11-02 02:19:14 +03:00 committed by GitHub
commit 0a6de57027
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.4";
version = "1.8.5";
src = fetchFromGitHub {
owner = "omar-polo";
repo = pname;
rev = version;
hash = "sha256-WI3EJEhhd0UwtbOhRpt+8XEHuG6YrKAcT4mO1caZ+hE=";
hash = "sha256-XZcBcbSKfhXGlwAVkoXkEwASIghJfJIOebWPROy16Uo=";
};
nativeBuildInputs = [ bison ];