Commit 87c04e7e authored by R. RyanTM's avatar R. RyanTM
Browse files

crowdin-cli: 4.6.1 -> 4.7.0

parent 4a8e7878
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,11 +14,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "crowdin-cli";
  version = "4.6.1";
  version = "4.7.0";

  src = fetchurl {
    url = "https://github.com/crowdin/crowdin-cli/releases/download/${finalAttrs.version}/crowdin-cli.zip";
    hash = "sha256-ev1w3jp0esYxpbrXhmAIFjrh1QxGBrV3PwuQpUgf/eI=";
    hash = "sha256-PAmWjFKaiazw+tW3ITekkmMnNCB/fHYM0X/n8ef6jWE=";
  };

  nativeBuildInputs = [