mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
Merge pull request #323529 from r-ryantm/auto-update/gh-gei
gh-gei: 1.7.1 -> 1.8.0
This commit is contained in:
commit
590d597417
@ -5,13 +5,13 @@
|
||||
|
||||
buildDotnetModule rec {
|
||||
pname = "gh-gei";
|
||||
version = "1.7.1";
|
||||
version = "1.8.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "github";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-cz301JzGZTAu0DcxmFpEmBemEij1+OIw4dB2PpwyYS0=";
|
||||
sha256 = "sha256-F1sxT9wh/K6VP7n1SlmmvmHlcgxDJw6Rht2hPIiRFjE=";
|
||||
};
|
||||
|
||||
projectFile = "src/gei/gei.csproj";
|
||||
|
Loading…
Reference in New Issue
Block a user