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
+2 -2
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 ];