gh-gei: 1.18.0 -> 1.18.1

R. Ryantm 432c42e8 610eccad

+2 -2
+2 -2
pkgs/by-name/gh/gh-gei/package.nix
··· 7 8 buildDotnetModule rec { 9 pname = "gh-gei"; 10 - version = "1.18.0"; 11 12 src = fetchFromGitHub { 13 owner = "github"; 14 repo = "gh-gei"; 15 rev = "v${version}"; 16 - hash = "sha256-AMmeuobgJ+DSRG4zS7RP5l3/BraqQxXB+ygLDc3XnOs="; 17 }; 18 19 dotnet-sdk = dotnetCorePackages.sdk_8_0_4xx;
··· 7 8 buildDotnetModule rec { 9 pname = "gh-gei"; 10 + version = "1.18.1"; 11 12 src = fetchFromGitHub { 13 owner = "github"; 14 repo = "gh-gei"; 15 rev = "v${version}"; 16 + hash = "sha256-ZMFom0irZa63Nzx7wViinmN6yRfiHxQFprJdIx1Ak2Y="; 17 }; 18 19 dotnet-sdk = dotnetCorePackages.sdk_8_0_4xx;