gh-gei: 1.30.2 -> 1.30.3 (#540574)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-13 02:42:33 +00:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
buildDotnetModule rec {
pname = "gh-gei";
version = "1.30.2";
version = "1.30.3";
src = fetchFromGitHub {
owner = "github";
repo = "gh-gei";
rev = "v${version}";
hash = "sha256-z3eBORwrccIgTijdHcK7en4DvRY0fE3807Amn0MCuA8=";
hash = "sha256-kWL/ZKBLCXzXXy4gVALfP275PUI2UPlM/WJVqQS+5ak=";
};
dotnet-sdk = dotnetCorePackages.sdk_8_0_4xx;