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

gmid: 2.0.4 -> 2.0.5
This commit is contained in:
Nikolay Korotkiy 2024-06-18 23:34:21 +04:00 committed by GitHub
commit 989d83cbeb
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.4";
version = "2.0.5";
src = fetchFromGitHub {
owner = "omar-polo";
repo = pname;
rev = version;
hash = "sha256-ioyQS5jjOICAWtZG8no+WUmLybEVLvum6TFFFdnMdfY=";
hash = "sha256-xuA5yLtRu9GDrSr7FBlAwEjCjFVRmnOuBM62AHOHDhc=";
};
nativeBuildInputs = [ bison ];