about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-18 07:03:01 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-18 07:03:01 +0000
commitea328f8e8fbe3d00161fb7d49538e23084aca78c (patch)
treeece8883fa09a500ca730e21797faea915f7d6e69 /pkgs/applications
parent587588276ef738e19319187fa7a32f46dd513cea (diff)
downloadnixlib-ea328f8e8fbe3d00161fb7d49538e23084aca78c.tar
nixlib-ea328f8e8fbe3d00161fb7d49538e23084aca78c.tar.gz
nixlib-ea328f8e8fbe3d00161fb7d49538e23084aca78c.tar.bz2
nixlib-ea328f8e8fbe3d00161fb7d49538e23084aca78c.tar.lz
nixlib-ea328f8e8fbe3d00161fb7d49538e23084aca78c.tar.xz
nixlib-ea328f8e8fbe3d00161fb7d49538e23084aca78c.tar.zst
nixlib-ea328f8e8fbe3d00161fb7d49538e23084aca78c.zip
lightburn: 1.5.03 -> 1.5.04
Diffstat (limited to 'pkgs/applications')
-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 34b1a6d0f57e..cd2a1f4b5184 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 = [