Skip to content

Commit c878c6c

Browse files
committed
lightburn: 1.7.04 -> 1.7.06
1 parent d57b274 commit c878c6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/graphics/lightburn/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919

2020
stdenv.mkDerivation rec {
2121
pname = "lightburn";
22-
version = "1.7.04";
22+
version = "1.7.06";
2323

2424
src = fetchurl {
2525
url = "https://release.lightburnsoftware.com/LightBurn/Release/LightBurn-v${version}/LightBurn-Linux64-v${version}.7z";
26-
hash = "sha256-zO6lQTlBARHmYIdq/xHwFg+6FLbkAIAWAG30Tpw8Z4c=";
26+
hash = "sha256-vvei+hfTfWAoLWjf7joMjaW7aL2RZg134M4XT6iW2tY=";
2727
};
2828

2929
nativeBuildInputs = [

0 commit comments

Comments
 (0)