summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2021-04-12 19:49:42 -0700
committerGitHub <noreply@github.com>2021-04-12 19:49:42 -0700
commit7376547263bf18572845319398a67f36ac99e04e (patch)
tree9e3f14d544f27773a87f7bde28f60ca9a5888295 /pkgs/applications/graphics
parent6ef8776148dbb66da38ebace3532161084f23833 (diff)
parent4e2908b0209c36a3c8c327858936544d653e5143 (diff)
downloadnixpkgs-7376547263bf18572845319398a67f36ac99e04e.tar
nixpkgs-7376547263bf18572845319398a67f36ac99e04e.tar.gz
nixpkgs-7376547263bf18572845319398a67f36ac99e04e.tar.bz2
nixpkgs-7376547263bf18572845319398a67f36ac99e04e.tar.lz
nixpkgs-7376547263bf18572845319398a67f36ac99e04e.tar.xz
nixpkgs-7376547263bf18572845319398a67f36ac99e04e.tar.zst
nixpkgs-7376547263bf18572845319398a67f36ac99e04e.zip
Merge pull request #119045 from r-ryantm/auto-update/lightburn
lightburn: 0.9.22 -> 0.9.23
Diffstat (limited to 'pkgs/applications/graphics')
-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 8188a3949dc..7ff0b77e6fd 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.22";
+  version = "0.9.23";
 
   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-DOiO36suytukkviqYyLL47DFVzsJt2ZfSnnni95CLaA=";
+    sha256 = "sha256-OiW9UBophyEF3J0FOSMkbwDJ6d8SEDNrr+H0B4Ndo/Y=";
   };
 
   buildInputs = [