clouddrive2: 1.0.12 -> 1.0.13

This commit is contained in:
R. Ryantm
2026-07-29 03:52:27 +00:00
parent d607f5fd5b
commit c0a36d4517
+4 -4
View File
@@ -11,15 +11,15 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "clouddrive2";
version = "1.0.12";
version = "1.0.13";
src = fetchurl {
url = "https://github.com/cloud-fs/cloud-fs.github.io/releases/download/v${finalAttrs.version}/clouddrive-2-${os}-${arch}-${finalAttrs.version}.tgz";
hash =
{
x86_64-linux = "sha256-Z1xAFMXlajdAAZGY7R7UJrOSLPzyMLXC6wbJnrOXtsc=";
aarch64-linux = "sha256-rgRBFCbH3QS/6Db2urDItj825QDFakknAvoIOWv9r0o=";
aarch64-darwin = "sha256-9E9xp4f6mFe+otFaAbetjk5agAH9IXLPkuRa669+AgY=";
x86_64-linux = "sha256-5WFJyFZnAm3k9D8Sf/rbCFKUTqYZyCpsNi9Rp+8UoxQ=";
aarch64-linux = "sha256-DEkWHezR54hQESTWZqHEHZaSlnT5ItlXa05sCiIVlac=";
aarch64-darwin = "sha256-EwWm3CG9eLCM1/D4FaJYe3Ter9zebYLjkktB2nt/wSI=";
}
.${stdenv.hostPlatform.system} or (throw "unsupported system ${stdenv.hostPlatform.system}");
};