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

gmid: 1.8.3 -> 1.8.4
This commit is contained in:
Bobby Rong
2022-07-30 10:48:40 +08:00
committed by GitHub
+2 -2
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 ];