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

gmid: 2.1 -> 2.1.1
This commit is contained in:
Nikolay Korotkiy
2024-08-25 19:17:49 +04:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "gmid";
version = "2.1";
version = "2.1.1";
src = fetchFromGitHub {
owner = "omar-polo";
repo = pname;
rev = version;
hash = "sha256-C9CheVP0ZFf44J26KKa3+fkp8MB1sNVHnsHiNuNPKwQ=";
hash = "sha256-JyiGkVF9aRJXgWAwZEnGgaD+IiH3UzamfTAcWyN0now=";
};
nativeBuildInputs = [ bison ];