gh-gei: 1.11.0 -> 1.12.0

This commit is contained in:
R. Ryantm
2025-01-25 14:13:13 +00:00
parent bafca6cbe1
commit fd4c02e6d9
+2 -2
View File
@@ -6,13 +6,13 @@
buildDotnetModule rec {
pname = "gh-gei";
version = "1.11.0";
version = "1.12.0";
src = fetchFromGitHub {
owner = "github";
repo = pname;
rev = "v${version}";
hash = "sha256-hUURXPKhiI3n1BrW8IzVVmPuJyO4AxM8D5uluaJXk+4=";
hash = "sha256-orDjHgyqwBo/LOuujCp/6p4G0SWDA/ZDWvtTfH1ofrU=";
};
dotnet-sdk = dotnetCorePackages.sdk_8_0;