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

lightburn: 1.0.01 -> 1.0.02

authored by

Bobby Rong and committed by
GitHub
875df8d7 636ebe3a

+2 -2
+2 -2
pkgs/applications/graphics/lightburn/default.nix
··· 6 6 7 7 stdenv.mkDerivation rec { 8 8 pname = "lightburn"; 9 - version = "1.0.01"; 9 + version = "1.0.02"; 10 10 11 11 nativeBuildInputs = [ 12 12 p7zip ··· 16 16 17 17 src = fetchurl { 18 18 url = "https://github.com/LightBurnSoftware/deployment/releases/download/${version}/LightBurn-Linux64-v${version}.7z"; 19 - sha256 = "sha256-UnTZcZjR8edHGflThkiu6OeWJU9x/bH/Ml/CRwWYgFU="; 19 + sha256 = "sha256-JaKThw6ubutpOCsO1pVAPVxhhUTKpfYRHjBSu02nlN4="; 20 20 }; 21 21 22 22 buildInputs = [