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 {
pname = "lumafly";
version = "3.2.0.0";
version = "3.3.0.0";
src = fetchFromGitHub {
owner = "TheMulhima";
repo = "lumafly";
rev = "v${version}";
hash = "sha256-oDSM5Ev9SCjbvCgDZcpzm2bVnzG04yy/WaSwJyh0b18=";
hash = "sha256-GVPMAwxbq9XlKjMKd9G5yUol42f+6lSyHukN7NMCVDA=";
};
projectFile = "Lumafly/Lumafly.csproj";