We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d57b274 commit c878c6cCopy full SHA for c878c6c
pkgs/applications/graphics/lightburn/default.nix
@@ -19,11 +19,11 @@
19
20
stdenv.mkDerivation rec {
21
pname = "lightburn";
22
- version = "1.7.04";
+ version = "1.7.06";
23
24
src = fetchurl {
25
url = "https://release.lightburnsoftware.com/LightBurn/Release/LightBurn-v${version}/LightBurn-Linux64-v${version}.7z";
26
- hash = "sha256-zO6lQTlBARHmYIdq/xHwFg+6FLbkAIAWAG30Tpw8Z4c=";
+ hash = "sha256-vvei+hfTfWAoLWjf7joMjaW7aL2RZg134M4XT6iW2tY=";
27
};
28
29
nativeBuildInputs = [
0 commit comments