knossosnet: 1.2.3 -> 1.2.4 (#347427)

This commit is contained in:
Nick Cao 2024-10-09 10:26:05 -04:00 committed by GitHub
commit 8024c10165
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
buildDotnetModule rec {
pname = "knossosnet";
version = "1.2.3";
version = "1.2.4";
src = fetchFromGitHub {
owner = "KnossosNET";
repo = "Knossos.NET";
rev = "v${version}";
hash = "sha256-5FNb+L+ABkR/ubSZXuV4hlzy6pIWEXaTXl4piNsmkmw=";
hash = "sha256-vlSiM6kskV4wfBZF7Rv5ICyqKG0Zhz/iU8kflYOaf0U=";
};
patches = [ ./targetframework.patch ];