lumafly: 3.2.0.0 -> 3.3.0.0 (#346051)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-10-03 12:19:58 +00:00 committed by GitHub
commit 8eee6baa1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,13 +12,13 @@
}: }:
buildDotnetModule rec { buildDotnetModule rec {
pname = "lumafly"; pname = "lumafly";
version = "3.2.0.0"; version = "3.3.0.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "TheMulhima"; owner = "TheMulhima";
repo = "lumafly"; repo = "lumafly";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-oDSM5Ev9SCjbvCgDZcpzm2bVnzG04yy/WaSwJyh0b18="; hash = "sha256-GVPMAwxbq9XlKjMKd9G5yUol42f+6lSyHukN7NMCVDA=";
}; };
projectFile = "Lumafly/Lumafly.csproj"; projectFile = "Lumafly/Lumafly.csproj";