about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2021-01-30 08:48:29 -0800
committerGitHub <noreply@github.com>2021-01-30 08:48:29 -0800
commit9a8c5d4d8fb2e3bb21854c5e00a91540bcb9d2b1 (patch)
treebe1dd59353c136726dabd3ba105779f0df7d6e3a /pkgs/applications/graphics
parent699052ed8c3f7710dd04b848e62534bbbdbd2107 (diff)
parent45a090be9a3ebd55cc5feac19b70cf093671ec41 (diff)
Merge pull request #110492 from r-ryantm/auto-update/lightburn
lightburn: 0.9.19 -> 0.9.20
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 d90ef152401e7..18fe87b128deb 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.19";
+  version = "0.9.20";
 
   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 = "0j3ydivd666fphmgi3ar48xabgi2dcky7p2fyfl7ghxjplflqs9q";
+    sha256 = "sha256-FtkBIoz5u70DbZZBH4uSaAkmOphWA9H0uYuukIPVGUM=";
   };
 
   buildInputs = [