about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-19 11:37:58 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-02-19 11:37:58 +0000
commite8452d083e3583015eb4edee94d3c432434f8e99 (patch)
tree6d00b12f9d8d3b08133f86d0119fcd7ea13329d1
parentabf79e5e71c9c78dd93712b8a25ae0c7084b31f2 (diff)
crowdin-cli: 3.7.7 -> 3.7.8
-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 e8e60d10afb29..e73b58d4e6ba2 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.7.7";
+  version = "3.7.8";
 
   src = fetchurl {
     url = "https://github.com/crowdin/${pname}/releases/download/${version}/${pname}.zip";
-    sha256 = "sha256-9YDWuTniXeTr9t7LzTPBljSrgNw3VeZskFRTlekoMT0=";
+    sha256 = "sha256-z9c12KKrh4hV7A92qinNCQGTxZI6IsmJ3Z+3ZcZZljk=";
   };
 
   nativeBuildInputs = [ installShellFiles makeWrapper unzip ];