mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 00:57:53 +00:00
Merge pull request #320845 from r-ryantm/auto-update/gmid
gmid: 2.0.4 -> 2.0.5
This commit is contained in:
commit
989d83cbeb
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user