about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-04-24 16:55:52 +0300
committerGitHub <noreply@github.com>2023-04-24 16:55:52 +0300
commit1754b34d8b1928a50464f4aa85b588c003c2e3be (patch)
treeb6a4bb303425ccb4d735044fcfbc460e3ba2df60
parent8e13ab93627be446545405892971d5ad1e978e8b (diff)
parentab51305750a12d678b841f939a0ac26d2ada57b9 (diff)
Merge pull request #227796 from r-ryantm/auto-update/snapmaker-luban
snapmaker-luban: 4.7.2 -> 4.7.3
-rw-r--r--pkgs/applications/misc/snapmaker-luban/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/snapmaker-luban/default.nix b/pkgs/applications/misc/snapmaker-luban/default.nix
index 2c01cf2a0e78f..615cf28103ae7 100644
--- a/pkgs/applications/misc/snapmaker-luban/default.nix
+++ b/pkgs/applications/misc/snapmaker-luban/default.nix
@@ -8,11 +8,11 @@
 
 stdenv.mkDerivation rec {
   pname = "snapmaker-luban";
-  version = "4.7.2";
+  version = "4.7.3";
 
   src = fetchurl {
     url = "https://github.com/Snapmaker/Luban/releases/download/v${version}/snapmaker-luban-${version}-linux-x64.tar.gz";
-    sha256 = "sha256-Orl3nKqkz1L1MTUEaxpnhD/nzQPDXxzgAP/GfC5tQ/o=";
+    sha256 = "sha256-CPeTTnwykaa58tpA7Aznrvrs0DqxOKjspZjHrT+e9tw=";
   };
 
   nativeBuildInputs = [