Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7741f925f16e
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f8068860fbae
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 11, 2020

  1. lightburn: 0.9.16 -> 0.9.18

    r-ryantm committed Nov 11, 2020
    Copy the full SHA
    cfbe799 View commit details
  2. Merge pull request #103456 from r-ryantm/auto-update/lightburn

    lightburn: 0.9.16 -> 0.9.18
    ryantm authored Nov 11, 2020
    Copy the full SHA
    f806886 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/graphics/lightburn/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/lightburn/default.nix
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@

stdenv.mkDerivation rec {
pname = "lightburn";
version = "0.9.16";
version = "0.9.18";

nativeBuildInputs = [
p7zip
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {

src = fetchurl {
url = "https://github.com/LightBurnSoftware/deployment/releases/download/${version}/LightBurn-Linux64-v${version}.7z";
sha256 = "0xmpglfzff3jpxbr304czsa24fbp497b69yd8kjkjdp2cd0l70qc";
sha256 = "0inl6zmc1726gmj85jbvq3ra4zphd2ikhrnqphgy2b0c72yh4pf7";
};

buildInputs = [