mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
lumafly: 3.2.0.0 -> 3.3.0.0 (#346051)
This commit is contained in:
commit
8eee6baa1d
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user