about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-03-28 10:07:59 -0400
committerGitHub <noreply@github.com>2024-03-28 10:07:59 -0400
commit2d9c53b9511c52c5760de4dba8f9ccd851d56ea7 (patch)
tree510beba7750b8af02664a36966e1c5f59467e5ed /pkgs/applications/graphics
parenta505aaadacbc809df0c881007d9e5c5e868bd8e1 (diff)
parentd6fa4b619bbe8c2ab7838c4085a4998b9d2063b2 (diff)
Merge pull request #299428 from r-ryantm/auto-update/lightburn
lightburn: 1.5.04 -> 1.5.05
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 cd2a1f4b51845..fed6cb8732b93 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.04";
+  version = "1.5.05";
 
   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-cyQUv/KqdtDwCFo8CatJYdepgdWNwTSMyDLzOjvvO5c=";
+    sha256 = "sha256-rvskm0Br+3HqPo2DW/ZUIl8n3+UJKPlmkEtQofw05x4=";
   };
 
   buildInputs = [