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

gmid: 2.0.2 -> 2.0.3
This commit is contained in:
Nikolay Korotkiy 2024-06-04 20:26:30 +04:00 committed by GitHub
commit 6ea6c260e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "gmid";
version = "2.0.2";
version = "2.0.3";
src = fetchFromGitHub {
owner = "omar-polo";
repo = pname;
rev = version;
hash = "sha256-5K6+CVX0/m6SBcTvwy4GD0x9R/yQjd+2tTJiA4OagcI=";
hash = "sha256-izugxV+fSYBf193ilu70M3OkT6gnkXrTP45gEkEImuA=";
};
nativeBuildInputs = [ bison ];