Merge pull request #323529 from r-ryantm/auto-update/gh-gei

gh-gei: 1.7.1 -> 1.8.0
This commit is contained in:
Weijia Wang 2024-07-07 03:40:25 +02:00 committed by GitHub
commit 590d597417
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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";