gh-gei: 1.16.0 -> 1.17.0 (#426303)
Co-authored-by: lafrenierejm <git@lafreniere.xyz>
This commit is contained in:
@@ -7,13 +7,13 @@
|
|||||||
|
|
||||||
buildDotnetModule rec {
|
buildDotnetModule rec {
|
||||||
pname = "gh-gei";
|
pname = "gh-gei";
|
||||||
version = "1.16.0";
|
version = "1.17.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "github";
|
owner = "github";
|
||||||
repo = "gh-gei";
|
repo = "gh-gei";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-gqDnNIoSsCCN1BwkdfoeTMdAe5PoTNnRJE0g9XFtQak=";
|
hash = "sha256-mV7lqwC8S5ms79IIcmgDIsUlPKaLSWElXZ00Tm8qs4Y=";
|
||||||
};
|
};
|
||||||
|
|
||||||
dotnet-sdk = dotnetCorePackages.sdk_8_0_4xx;
|
dotnet-sdk = dotnetCorePackages.sdk_8_0_4xx;
|
||||||
|
|||||||
Reference in New Issue
Block a user