Unverified Commit 5b798cbf authored by Jenny's avatar Jenny Committed by GitHub
Browse files

gitnuro: 1.4.2 -> 1.5.0 (#445522)

parents 4910b0b7 87682514
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,18 +11,18 @@

stdenv.mkDerivation rec {
  pname = "gitnuro";
  version = "1.4.2";
  version = "1.5.0";

  src = fetchurl (
    if stdenv.hostPlatform.system == "x86_64-linux" then
      {
        url = "https://github.com/JetpackDuba/Gitnuro/releases/download/v${version}/Gitnuro-linux-x86_64-${version}.jar";
        hash = "sha256-1lwuLPR6b1+I2SWaYaVrZkMcYVRAf1R7j/AwjQf03UM=";
        hash = "sha256-EoBjw98O5gO2wTO34KMiFeteryYapZC83MUfIqxtbmQ=";
      }
    else if stdenv.hostPlatform.system == "aarch64-linux" then
      {
        url = "https://github.com/JetpackDuba/Gitnuro/releases/download/v${version}/Gitnuro-linux-arm_aarch64-${version}.jar";
        hash = "sha256-wnHW1YK4FKi5EDF/E0S+yr0tugtv3qVlCbT3+x9bM8s=";
        hash = "sha256-oAmCapu9xFS1LMasj21q39Q/4yjLh6MZx79tC8Yjlec=";
      }
    else
      throw "Unsupported architecture: ${stdenv.hostPlatform.system}"