about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-03-18 13:43:36 -0700
committerGitHub <noreply@github.com>2024-03-18 13:43:36 -0700
commit146c35d37e112ed0afa04ddc71c56cd54a524cb1 (patch)
tree2a53ac14b8bf9569704aa89bfb5519205b6f72b2 /pkgs/applications/graphics
parent7830007fb9d0f7a731ab2661c893c805e19de91b (diff)
parentea328f8e8fbe3d00161fb7d49538e23084aca78c (diff)
Merge pull request #296833 from r-ryantm/auto-update/lightburn
lightburn: 1.5.03 -> 1.5.04
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 34b1a6d0f57e8..cd2a1f4b51845 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 = "1.5.03";
+  version = "1.5.04";
 
   nativeBuildInputs = [
     p7zip
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "https://github.com/LightBurnSoftware/deployment/releases/download/${version}/LightBurn-Linux64-v${version}.7z";
-    sha256 = "sha256-p1vbpxRrcNInftBkVVhIckVsrZQRvlk/323D5zIjXJ8=";
+    sha256 = "sha256-cyQUv/KqdtDwCFo8CatJYdepgdWNwTSMyDLzOjvvO5c=";
   };
 
   buildInputs = [