summary refs log tree commit diff
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2021-03-23 09:11:39 -0700
committerGitHub <noreply@github.com>2021-03-23 09:11:39 -0700
commit6930acfb147b77b137f4a1bb5344bfb60e67f534 (patch)
tree24ca9c5988a61984b951a87bb32de3045935fbdd
parentb38923b70add6c571942ee37da37ce5f7e1c4f16 (diff)
parentd6e4eed8bd6d61f0885c1b1d255ec02be496b108 (diff)
downloadnixpkgs-6930acfb147b77b137f4a1bb5344bfb60e67f534.tar
nixpkgs-6930acfb147b77b137f4a1bb5344bfb60e67f534.tar.gz
nixpkgs-6930acfb147b77b137f4a1bb5344bfb60e67f534.tar.bz2
nixpkgs-6930acfb147b77b137f4a1bb5344bfb60e67f534.tar.lz
nixpkgs-6930acfb147b77b137f4a1bb5344bfb60e67f534.tar.xz
nixpkgs-6930acfb147b77b137f4a1bb5344bfb60e67f534.tar.zst
nixpkgs-6930acfb147b77b137f4a1bb5344bfb60e67f534.zip
Merge pull request #116947 from r-ryantm/auto-update/lightburn
lightburn: 0.9.20 -> 0.9.21
-rw-r--r--pkgs/applications/graphics/lightburn/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/lightburn/default.nix b/pkgs/applications/graphics/lightburn/default.nix
index 18fe87b128d..e839650af9a 100644
--- a/pkgs/applications/graphics/lightburn/default.nix
+++ b/pkgs/applications/graphics/lightburn/default.nix
@@ -6,7 +6,7 @@
 
 stdenv.mkDerivation rec {
   pname = "lightburn";
-  version = "0.9.20";
+  version = "0.9.21";
 
   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 = "sha256-FtkBIoz5u70DbZZBH4uSaAkmOphWA9H0uYuukIPVGUM=";
+    sha256 = "sha256-Tnv+vfKOdDWIU36T9ZqwdTwuMd2AOGyKBY0IkPfrZlc=";
   };
 
   buildInputs = [