gh-gei: 1.28.0 -> 1.29.0 (#515598)

This commit is contained in:
nixpkgs-ci[bot]
2026-05-01 20:38:26 +00:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
buildDotnetModule rec {
pname = "gh-gei";
version = "1.28.0";
version = "1.29.0";
src = fetchFromGitHub {
owner = "github";
repo = "gh-gei";
rev = "v${version}";
hash = "sha256-8KVEI6k3MWYYEJVi/fyXCDS6DpNwtEr1uz4JEz2R+WY=";
hash = "sha256-qHlORWmMBHo8PtuGG4JaWdkCdIdybNfzWDEM/JNlCOc=";
};
dotnet-sdk = dotnetCorePackages.sdk_8_0_4xx;