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

gmid: 2.0.3 -> 2.0.4
This commit is contained in:
Nikolay Korotkiy
2024-06-10 20:24:47 +04:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "gmid";
version = "2.0.3";
version = "2.0.4";
src = fetchFromGitHub {
owner = "omar-polo";
repo = pname;
rev = version;
hash = "sha256-izugxV+fSYBf193ilu70M3OkT6gnkXrTP45gEkEImuA=";
hash = "sha256-ioyQS5jjOICAWtZG8no+WUmLybEVLvum6TFFFdnMdfY=";
};
nativeBuildInputs = [ bison ];