Merge pull request #337239 from r-ryantm/auto-update/gmid
gmid: 2.1 -> 2.1.1
This commit is contained in:
commit
88738527f9
@ -2,13 +2,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gmid";
|
||||
version = "2.1";
|
||||
version = "2.1.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "omar-polo";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
hash = "sha256-C9CheVP0ZFf44J26KKa3+fkp8MB1sNVHnsHiNuNPKwQ=";
|
||||
hash = "sha256-JyiGkVF9aRJXgWAwZEnGgaD+IiH3UzamfTAcWyN0now=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ bison ];
|
||||
|
Loading…
Reference in New Issue
Block a user