gh-gei: 1.30.2 -> 1.30.3

This commit is contained in:
R. Ryantm
2026-07-11 01:21:51 +00:00
parent ffc7f8ce99
commit 3bf35dd637
+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;