gh-gei: 1.15.1 -> 1.16.0 (#423365)

Co-authored-by: lafrenierejm <git@lafreniere.xyz>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-13 15:26:36 +00:00 committed by GitHub
commit 397a2989c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
buildDotnetModule rec { buildDotnetModule rec {
pname = "gh-gei"; pname = "gh-gei";
version = "1.15.1"; version = "1.16.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "github"; owner = "github";
repo = "gh-gei"; repo = "gh-gei";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-Iuhz/kaamgMWNxilNvCRnjdTFrhSPhHpFKYllQ8OuGU="; hash = "sha256-gqDnNIoSsCCN1BwkdfoeTMdAe5PoTNnRJE0g9XFtQak=";
}; };
dotnet-sdk = dotnetCorePackages.sdk_8_0_4xx; dotnet-sdk = dotnetCorePackages.sdk_8_0_4xx;