gh-gei: 1.19 -> 1.20.0

This commit is contained in:
R. Ryantm
2025-10-24 21:36:17 +00:00
parent c9f97ce391
commit 95008177a1
+2 -2
View File
@@ -7,13 +7,13 @@
buildDotnetModule rec {
pname = "gh-gei";
version = "1.19";
version = "1.20.0";
src = fetchFromGitHub {
owner = "github";
repo = "gh-gei";
rev = "v${version}";
hash = "sha256-3c9wrBm7sKrQaNhAe5uwGEEXQEfSLHBJJ/XFC2pc12Q=";
hash = "sha256-00+yHDvDTJux2XKhJ3u1W1SrYArFGJtYusT/adC2XDE=";
};
dotnet-sdk = dotnetCorePackages.sdk_8_0_4xx;