clouddrive2: 0.9.5 -> 0.9.8 (#439611)

authored by nixpkgs-merge-bot[bot] and committed by GitHub dbc93ac7 6b168e82

+5 -5
+5 -5
pkgs/by-name/cl/clouddrive2/package.nix
··· 11 in 12 stdenv.mkDerivation (finalAttrs: { 13 pname = "clouddrive2"; 14 - version = "0.9.5"; 15 16 src = fetchurl { 17 url = "https://github.com/cloud-fs/cloud-fs.github.io/releases/download/v${finalAttrs.version}/clouddrive-2-${os}-${arch}-${finalAttrs.version}.tgz"; 18 hash = 19 { 20 - x86_64-linux = "sha256-Gsq5rvr0SeGxCRwAeeFRZBPOe32EIa7uO6SAIuinezA="; 21 - aarch64-linux = "sha256-M+lCUzoiy/sImBZrOjjeP4eqG3F4wbkMQg9Ho3ELGFo="; 22 - x86_64-darwin = "sha256-Uyz1wuHICSq5C+n3ZjPinZznhajd6QR36CZgQBm+QRE="; 23 - aarch64-darwin = "sha256-ZQxRHTzLUAhnL1rRLR9l8Ix5XzxeTAds7XAmEgZ9Xmo="; 24 } 25 .${stdenv.hostPlatform.system} or (throw "unsupported system ${stdenv.hostPlatform.system}"); 26 };
··· 11 in 12 stdenv.mkDerivation (finalAttrs: { 13 pname = "clouddrive2"; 14 + version = "0.9.8"; 15 16 src = fetchurl { 17 url = "https://github.com/cloud-fs/cloud-fs.github.io/releases/download/v${finalAttrs.version}/clouddrive-2-${os}-${arch}-${finalAttrs.version}.tgz"; 18 hash = 19 { 20 + x86_64-linux = "sha256-dla1Mp+frV12v+OkGJwwcTfUKRcWy47tXYx6nWpHMhk="; 21 + aarch64-linux = "sha256-GjR0zLGLvfZJMQgq9Hq3NQp7Y8QSXU4kW9cUIe5MxyM="; 22 + x86_64-darwin = "sha256-pQjLwahjtw+lgLJbRpgGM4lbAfZCDtgJSVcqS6TDwug="; 23 + aarch64-darwin = "sha256-by4reE2OH1Qz+Wn40QMVNZm2JsJHkoZ05OZZEnxGChI="; 24 } 25 .${stdenv.hostPlatform.system} or (throw "unsupported system ${stdenv.hostPlatform.system}"); 26 };