gh-gei: 1.18.0 -> 1.18.1 (#440514)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-09-06 04:56:10 +00:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
buildDotnetModule rec {
pname = "gh-gei";
version = "1.18.0";
version = "1.18.1";
src = fetchFromGitHub {
owner = "github";
repo = "gh-gei";
rev = "v${version}";
hash = "sha256-AMmeuobgJ+DSRG4zS7RP5l3/BraqQxXB+ygLDc3XnOs=";
hash = "sha256-ZMFom0irZa63Nzx7wViinmN6yRfiHxQFprJdIx1Ak2Y=";
};
dotnet-sdk = dotnetCorePackages.sdk_8_0_4xx;