gh-gei: 1.8.0 -> 1.9.0 (#357588)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-11-23 18:50:25 +00:00 committed by GitHub
commit ea24e14d56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
buildDotnetModule rec {
pname = "gh-gei";
version = "1.8.0";
version = "1.9.0";
src = fetchFromGitHub {
owner = "github";
repo = pname;
rev = "v${version}";
hash = "sha256-F1sxT9wh/K6VP7n1SlmmvmHlcgxDJw6Rht2hPIiRFjE=";
hash = "sha256-6lEEeAYrMB9wwATsORuaS21wLOB+gq/od88FobSse50=";
};
dotnet-sdk = dotnetCorePackages.sdk_6_0;