knossosnet: 1.3.7 -> 1.3.8 (#534476)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-27 15:59:20 +00:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
buildDotnetModule rec {
pname = "knossosnet";
version = "1.3.7";
version = "1.3.8";
src = fetchFromGitHub {
owner = "KnossosNET";
repo = "Knossos.NET";
tag = "v${version}";
hash = "sha256-zUV+sQdQ71ORKOZzd4yxgRK1HjtZc9wgkmnzz6bG8FA=";
hash = "sha256-G/RSopDFn6ma5rXFkRth3NncbTVrVF6OqgqaJZl3EkE=";
};
patches = [ ./dotnet-8-upgrade.patch ];