gh-gei: 1.29.1 -> 1.30.0 (#526435)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-01 23:41:01 +00:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
buildDotnetModule rec {
pname = "gh-gei";
version = "1.29.1";
version = "1.30.0";
src = fetchFromGitHub {
owner = "github";
repo = "gh-gei";
rev = "v${version}";
hash = "sha256-Ykd2/Y5Duw2yDO0uKhdt8mYLG85SeolByj/UK7ACJCo=";
hash = "sha256-dmou1CGsx7QLlDI3W1x0Sen35okUNQ4ofe8RMLQDP34=";
};
dotnet-sdk = dotnetCorePackages.sdk_8_0_4xx;