about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorDamien Cassou <damien@cassou.me>2023-03-19 21:49:20 +0100
committerGitHub <noreply@github.com>2023-03-19 21:49:20 +0100
commitd3acd155ac5d05d01f5e1e5099023a3d83b4fe17 (patch)
tree757cdde6dd265c7d4abff28d37497fffced25ecd /pkgs
parent23c5acad6afdd0f0b56d2c003ec314d1ed4f8045 (diff)
parent906084c5646b6fdc4604b0a4b538b419a7fb6d23 (diff)
Merge pull request #222039 from r-ryantm/auto-update/crowdin-cli
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/text/crowdin-cli/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/crowdin-cli/default.nix b/pkgs/tools/text/crowdin-cli/default.nix
index aaafad2794916..614e2523c9537 100644
--- a/pkgs/tools/text/crowdin-cli/default.nix
+++ b/pkgs/tools/text/crowdin-cli/default.nix
@@ -14,11 +14,11 @@
 
 stdenv.mkDerivation rec {
   pname = "crowdin-cli";
-  version = "3.10.0";
+  version = "3.10.1";
 
   src = fetchurl {
     url = "https://github.com/crowdin/${pname}/releases/download/${version}/${pname}.zip";
-    sha256 = "sha256-4OEwee7izd2gxv7HMq5ziu88sj78QRtGH4bgooZXLow=";
+    sha256 = "sha256-kHi8rLtIHrAfu/r2vvhzIrscqNaDW1Q1F+kTEn4AicQ=";
   };
 
   nativeBuildInputs = [ installShellFiles makeWrapper unzip ];