knossosnet: 1.0.0 -> 1.1.0

https://github.com/KnossosNET/Knossos.NET/releases/tag/v1.1.0
This commit is contained in:
Chris Dombroski 2024-03-24 20:36:48 -04:00
parent 9c48b89b70
commit 578fe46992
1 changed files with 2 additions and 2 deletions

View File

@ -10,13 +10,13 @@
buildDotnetModule rec {
pname = "knossosnet";
version = "1.0.0";
version = "1.1.0";
src = fetchFromGitHub {
owner = "KnossosNET";
repo = "Knossos.NET";
rev = "v${version}";
hash = "sha256-Wq4WeRf+ELTxZhQyQf6XAOPmbJwX06qQ5GxRnnK3lyI=";
hash = "sha256-5pHBCqAEuZDt5lIkLlFN2zKRZkRybc3mUMqsTN44EwU=";
};
patches = [ ./targetframework.patch ];