gh-gei: 1.30.1 -> 1.30.2

This commit is contained in:
R. Ryantm
2026-06-19 20:29:12 +00:00
parent 471ac28cfa
commit 3328a13756
+2 -2
View File
@@ -7,13 +7,13 @@
buildDotnetModule rec {
pname = "gh-gei";
version = "1.30.1";
version = "1.30.2";
src = fetchFromGitHub {
owner = "github";
repo = "gh-gei";
rev = "v${version}";
hash = "sha256-eccHFngmP0uUsbtlFSIT1agRMx3OCNyqPMHG8/mj5P8=";
hash = "sha256-z3eBORwrccIgTijdHcK7en4DvRY0fE3807Amn0MCuA8=";
};
dotnet-sdk = dotnetCorePackages.sdk_8_0_4xx;