gmid: 1.8.6 -> 2.0.2

This commit is contained in:
R. Ryantm 2024-04-08 10:13:18 +00:00
parent f6eb921406
commit d658bf38b4
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "gmid";
version = "1.8.6";
version = "2.0.2";
src = fetchFromGitHub {
owner = "omar-polo";
repo = pname;
rev = version;
hash = "sha256-ds5k5VHwc7/sq4PUe/WvxAx7gJkU4phKZk0KunPLNE0=";
hash = "sha256-5K6+CVX0/m6SBcTvwy4GD0x9R/yQjd+2tTJiA4OagcI=";
};
nativeBuildInputs = [ bison ];