summaryrefslogtreecommitdiff
path: root/pkgs/by-name/gh/gh-gei/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/gh/gh-gei/package.nix')
-rw-r--r--pkgs/by-name/gh/gh-gei/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/gh/gh-gei/package.nix b/pkgs/by-name/gh/gh-gei/package.nix
index ec168edcb5df..bc51f396b661 100644
--- a/pkgs/by-name/gh/gh-gei/package.nix
+++ b/pkgs/by-name/gh/gh-gei/package.nix
@@ -7,13 +7,13 @@
buildDotnetModule rec {
pname = "gh-gei";
- version = "1.17.0";
+ version = "1.18.0";
src = fetchFromGitHub {
owner = "github";
repo = "gh-gei";
rev = "v${version}";
- hash = "sha256-mV7lqwC8S5ms79IIcmgDIsUlPKaLSWElXZ00Tm8qs4Y=";
+ hash = "sha256-AMmeuobgJ+DSRG4zS7RP5l3/BraqQxXB+ygLDc3XnOs=";
};
dotnet-sdk = dotnetCorePackages.sdk_8_0_4xx;