Unverified Commit cbebe9f3 authored by Damien Cassou's avatar Damien Cassou Committed by GitHub
Browse files

crowdin-cli: 4.1.1 -> 4.1.2 (#340093)

parents e1080ba5 f5ca707f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,11 +14,11 @@

stdenv.mkDerivation rec {
  pname = "crowdin-cli";
  version = "4.1.1";
  version = "4.1.2";

  src = fetchurl {
    url = "https://github.com/crowdin/${pname}/releases/download/${version}/${pname}.zip";
    hash = "sha256-EpRGEn+cteFt4tn70bycIrIIjk+ZUO2n5SK14Hc2Qq0=";
    hash = "sha256-D0wx570pU1FuyoQ62ZPN1v9jC9tRrJuuQet8D8w2v+M=";
  };

  nativeBuildInputs = [ installShellFiles makeWrapper unzip ];