summary refs log tree commit diff
path: root/pkgs/applications/misc/snapmaker-luban
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-01-20 08:23:09 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-01-31 09:57:56 -0800
commitbc98c62d274ae606b29d3769029e4678ba760ec9 (patch)
tree8da14308e2fc62db62c9a7a2cf008d95e9c515c4 /pkgs/applications/misc/snapmaker-luban
parentc6b73c9dfd552b20d80944e522cb4e690f4671db (diff)
downloadnixpkgs-bc98c62d274ae606b29d3769029e4678ba760ec9.tar
nixpkgs-bc98c62d274ae606b29d3769029e4678ba760ec9.tar.gz
nixpkgs-bc98c62d274ae606b29d3769029e4678ba760ec9.tar.bz2
nixpkgs-bc98c62d274ae606b29d3769029e4678ba760ec9.tar.lz
nixpkgs-bc98c62d274ae606b29d3769029e4678ba760ec9.tar.xz
nixpkgs-bc98c62d274ae606b29d3769029e4678ba760ec9.tar.zst
nixpkgs-bc98c62d274ae606b29d3769029e4678ba760ec9.zip
snapmaker-luban: 4.1.3 -> 4.1.4
Diffstat (limited to 'pkgs/applications/misc/snapmaker-luban')
-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 b8f8684e420..6f2b43785c7 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.1.3";
+  version = "4.1.4";
 
   src = fetchurl {
     url = "https://github.com/Snapmaker/Luban/releases/download/v${version}/snapmaker-luban-${version}-linux-x64.tar.gz";
-    sha256 = "sha256-GXpM5dJ3JPf2HgrgTONyeCG6JjK4JhbcGP5ck7v4cqk=";
+    sha256 = "sha256-hbqIwX6YCrUQAjvKKWFAUjHvcZycnIA6v6l6qmAMuUI=";
   };
 
   nativeBuildInputs = [