diff --git a/pkgs/by-name/oc/ocis-bin/package.nix b/pkgs/by-name/oc/ocis-bin/package.nix index 3b6988f078ea..6e7abc30ac05 100644 --- a/pkgs/by-name/oc/ocis-bin/package.nix +++ b/pkgs/by-name/oc/ocis-bin/package.nix @@ -7,7 +7,7 @@ stdenv.mkDerivation (finalAttrs: { pname = "ocis-bin"; - version = "5.0.0"; + version = "5.0.1"; system = if stdenv.isLinux && stdenv.isx86_64 then "linux-amd64" @@ -21,9 +21,9 @@ stdenv.mkDerivation (finalAttrs: { hash = if stdenv.isLinux && stdenv.isAarch64 then - "sha256-xRgDNwmRovXbyGQ5sTUw5srsXMBDYyBFMpB9MoXoo+w=" + "sha256-8AEXuwTodhqF0LF1duYItntgp9mxoIdHChbtAnnnaQg=" else if stdenv.isLinux && stdenv.isx86_64 then - "sha256-0lgDIHldW67OwinfYPATXkWUZVnR3PoXC4XLM1KkKmY=" + "sha256-Fz0ee0Lu0CL3xJbsp1CCl0rsN/p48BdOj8oVOf0QSh4=" else builtins.throw "Unsupported platform, please contact Nixpkgs maintainers for ocis package"; }; @@ -42,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://owncloud.dev/ocis/"; changelog = "https://github.com/owncloud/ocis/releases/tag/v${version}"; # oCIS is licensed under non-free EULA which can be found here : - # https://github.com/owncloud/ocis/releases/download/v5.0.0/End-User-License-Agreement-for-ownCloud-Infinite-Scale.pdf + # https://github.com/owncloud/ocis/releases/download/v5.0.1/End-User-License-Agreement-for-ownCloud-Infinite-Scale.pdf license = licenses.unfree; maintainers = with maintainers; [ ramblurr