Merge pull request #301570 from r-ryantm/auto-update/lightburn

lightburn: 1.5.05 -> 1.5.06

authored by Nick Cao and committed by GitHub ce40c446 66529760

+2 -2
+2 -2
pkgs/applications/graphics/lightburn/default.nix
··· 6 6 7 7 stdenv.mkDerivation rec { 8 8 pname = "lightburn"; 9 - version = "1.5.05"; 9 + version = "1.5.06"; 10 10 11 11 nativeBuildInputs = [ 12 12 p7zip ··· 15 15 16 16 src = fetchurl { 17 17 url = "https://github.com/LightBurnSoftware/deployment/releases/download/${version}/LightBurn-Linux64-v${version}.7z"; 18 - sha256 = "sha256-rvskm0Br+3HqPo2DW/ZUIl8n3+UJKPlmkEtQofw05x4="; 18 + sha256 = "sha256-VJMfvZHqdgUQXLyBBZLEV3nyP0qzibuXLnZyBhBBg9E="; 19 19 }; 20 20 21 21 buildInputs = [