Loading pkgs/by-name/gi/gitkraken/package.nix +7 −7 Original line number Diff line number Diff line Loading @@ -56,24 +56,24 @@ let pname = "gitkraken"; version = "11.2.1"; version = "11.3.0"; throwSystem = throw "Unsupported system: ${stdenv.hostPlatform.system}"; srcs = { x86_64-linux = fetchzip { url = "https://api.gitkraken.dev/releases/production/linux/x64/${version}/gitkraken-amd64.tar.gz"; hash = "sha256-nxYWcw8A/lIVyjiUJOmcjmTblbxiLSxMUjo7KnlAMzs="; hash = "sha256-OUPsDr7+aQfYO8Xdu7gHlx4gvOUH5ee9xPxEsD9s3ng="; }; x86_64-darwin = fetchzip { url = "https://api.gitkraken.dev/releases/production/darwin/x64/${version}/GitKraken-v${version}.zip"; hash = "sha256-7I3yAEarGGhFs/PvcqvoDx8MbJ/zEuNN/s0o357M1vc="; hash = "sha256-J1RCFhIhi1z0WJ/a6z/KbSBJrhAiHFdBzy8EfZu6I6Y="; }; aarch64-darwin = fetchzip { url = "https://api.gitkraken.dev/releases/production/darwin/arm64/${version}/GitKraken-v${version}.zip"; hash = "sha256-pDPdi+cRMqhxu/84u6ojxteIi1VHfN3qy/NTruHVt8U="; hash = "sha256-hE0OOmDWlUBYBKMKLKDBO7FGoxwpLAb2lRkwCjFEAGE="; }; }; Loading Loading @@ -207,9 +207,9 @@ let # SSL and permissions fix for bundled nodegit pushd $out/share/${pname}/resources/app.asar.unpacked/node_modules/@axosoft/nodegit/build/Release mv nodegit-ubuntu-18.node nodegit-ubuntu-18-ssl-1.1.1.node mv nodegit-ubuntu-18-ssl-static.node nodegit-ubuntu-18.node chmod 755 nodegit-ubuntu-18.node mv nodegit-ubuntu-20.node nodegit-ubuntu-20-ssl-1.1.1.node mv nodegit-ubuntu-20-ssl-static.node nodegit-ubuntu-20.node chmod 755 nodegit-ubuntu-20.node popd # Devendor bundled git Loading Loading
pkgs/by-name/gi/gitkraken/package.nix +7 −7 Original line number Diff line number Diff line Loading @@ -56,24 +56,24 @@ let pname = "gitkraken"; version = "11.2.1"; version = "11.3.0"; throwSystem = throw "Unsupported system: ${stdenv.hostPlatform.system}"; srcs = { x86_64-linux = fetchzip { url = "https://api.gitkraken.dev/releases/production/linux/x64/${version}/gitkraken-amd64.tar.gz"; hash = "sha256-nxYWcw8A/lIVyjiUJOmcjmTblbxiLSxMUjo7KnlAMzs="; hash = "sha256-OUPsDr7+aQfYO8Xdu7gHlx4gvOUH5ee9xPxEsD9s3ng="; }; x86_64-darwin = fetchzip { url = "https://api.gitkraken.dev/releases/production/darwin/x64/${version}/GitKraken-v${version}.zip"; hash = "sha256-7I3yAEarGGhFs/PvcqvoDx8MbJ/zEuNN/s0o357M1vc="; hash = "sha256-J1RCFhIhi1z0WJ/a6z/KbSBJrhAiHFdBzy8EfZu6I6Y="; }; aarch64-darwin = fetchzip { url = "https://api.gitkraken.dev/releases/production/darwin/arm64/${version}/GitKraken-v${version}.zip"; hash = "sha256-pDPdi+cRMqhxu/84u6ojxteIi1VHfN3qy/NTruHVt8U="; hash = "sha256-hE0OOmDWlUBYBKMKLKDBO7FGoxwpLAb2lRkwCjFEAGE="; }; }; Loading Loading @@ -207,9 +207,9 @@ let # SSL and permissions fix for bundled nodegit pushd $out/share/${pname}/resources/app.asar.unpacked/node_modules/@axosoft/nodegit/build/Release mv nodegit-ubuntu-18.node nodegit-ubuntu-18-ssl-1.1.1.node mv nodegit-ubuntu-18-ssl-static.node nodegit-ubuntu-18.node chmod 755 nodegit-ubuntu-18.node mv nodegit-ubuntu-20.node nodegit-ubuntu-20-ssl-1.1.1.node mv nodegit-ubuntu-20-ssl-static.node nodegit-ubuntu-20.node chmod 755 nodegit-ubuntu-20.node popd # Devendor bundled git Loading