From 1aadbb83c9e97baaae20148d78ddea11e1c81f2c Mon Sep 17 00:00:00 2001 From: Payas Relekar Date: Thu, 11 Apr 2024 21:17:51 +0530 Subject: [PATCH] ocis-bin: 5.0.0 -> 5.0.1 --- pkgs/by-name/oc/ocis-bin/package.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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