knossosnet: 1.3.8 -> 1.3.9

This commit is contained in:
R. Ryantm
2026-07-19 12:06:14 +00:00
parent 7267c55255
commit 5083fec268

View File

@@ -11,13 +11,13 @@
buildDotnetModule rec {
pname = "knossosnet";
version = "1.3.8";
version = "1.3.9";
src = fetchFromGitHub {
owner = "KnossosNET";
repo = "Knossos.NET";
tag = "v${version}";
hash = "sha256-G/RSopDFn6ma5rXFkRth3NncbTVrVF6OqgqaJZl3EkE=";
hash = "sha256-ZRmv2S17bjHJZQPMzkRZoWXOPkfPed+QdIiBrtk/CiE=";
};
patches = [ ./dotnet-8-upgrade.patch ];