File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
pkgs/by-name/cl/clouddrive2 Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111in
1212stdenv . mkDerivation ( finalAttrs : {
1313 pname = "clouddrive2" ;
14- version = "0.9.0 " ;
14+ version = "0.9.1 " ;
1515
1616 src = fetchurl {
1717 url = "https://github.com/cloud-fs/cloud-fs.github.io/releases/download/v${ finalAttrs . version } /clouddrive-2-${ os } -${ arch } -${ finalAttrs . version } .tgz" ;
1818 hash =
1919 {
20- x86_64-linux = "sha256-snmMDzZ11pAV0UkPWpl74B/ifsTUv91PXBJzQU7a1oI =" ;
21- aarch64-linux = "sha256-sAD5jnxmMzfb37qleOCeNr1zveqU06slTFtd/E6BZf0 =" ;
22- x86_64-darwin = "sha256-90afw69lf7SjANRadum4GxW3ZAr6eDDnFVhyV3qtWt4 =" ;
23- aarch64-darwin = "sha256-LoCRM6t9ditZfwgmWJGkijpFvC/s2lBItH7j3Qqlfp0 =" ;
20+ x86_64-linux = "sha256-xm2kjCtfNvbZmVfd42UX+i4G44fqQsLP4V1iTCdm3PA =" ;
21+ aarch64-linux = "sha256-HMzuRCSVBxwyuRxD23+Yk7bTrayDHi6X0JSvaGZJfvU =" ;
22+ x86_64-darwin = "sha256-hIFCNtSFqjRCtx0/XHl7w5xeHSGrdXiKWLfq68J9GGU =" ;
23+ aarch64-darwin = "sha256-CfATmkbXOlz7fGDGIMPQDAdcY6bxmOq1tcIsQbFGrwQ =" ;
2424 }
2525 . ${ stdenv . hostPlatform . system } or ( throw "unsupported system ${ stdenv . hostPlatform . system } " ) ;
2626 } ;
You can’t perform that action at this time.
0 commit comments