summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2021-09-13 14:59:25 -0700
committerGitHub <noreply@github.com>2021-09-13 14:59:25 -0700
commitdf7113c0727881519248d4c7d080324e0ee3327b (patch)
tree6c8c6c90a5b68944b31366c5e88050b17ef2bfd5 /pkgs
parentf5d48e200a1e98441137b713c4e664ee6c0aa308 (diff)
parent603adbcfceb5bf68f7f41ca9e8c315c0905d7afc (diff)
Merge pull request #135192 from r-ryantm/auto-update/lightburn
lightburn: 1.0.00 -> 1.0.01
Diffstat (limited to 'pkgs')
-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 5775ba2a5278..c5d09f61277b 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.0.00";
+ version = "1.0.01";
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-jNqLykVQjer2lps1gnw4fd2FH+ZQrzqQILAsl4Z5Hqk=";
+ sha256 = "sha256-UnTZcZjR8edHGflThkiu6OeWJU9x/bH/Ml/CRwWYgFU=";
};
buildInputs = [