gh-gei: 1.11.0 -> 1.12.0 (#376716)

Co-authored-by: lafrenierejm <git@lafreniere.xyz>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-02-02 19:18:06 +00:00
committed by GitHub

View File

@@ -6,13 +6,13 @@
buildDotnetModule rec {
pname = "gh-gei";
version = "1.11.0";
version = "1.12.0";
src = fetchFromGitHub {
owner = "github";
repo = pname;
rev = "v${version}";
hash = "sha256-hUURXPKhiI3n1BrW8IzVVmPuJyO4AxM8D5uluaJXk+4=";
hash = "sha256-orDjHgyqwBo/LOuujCp/6p4G0SWDA/ZDWvtTfH1ofrU=";
};
dotnet-sdk = dotnetCorePackages.sdk_8_0_4xx;