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