gmid: 2.0.4 -> 2.0.5

This commit is contained in:
R. Ryantm 2024-06-18 18:18:45 +00:00
parent bd8d034e65
commit 1ff1a32e9c

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