[Backport release-21.05] yandex-disk: 0.1.5.1039 -> 0.1.6.1074 (#131403)

Co-authored-by: Aleksandr Petrosyan <a-p-petrosyan@yandex.ru>
This commit is contained in:
github-actions[bot] 2021-08-06 23:32:21 +03:00 committed by GitHub
parent 155ab1ce13
commit 6030171d83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -4,18 +4,18 @@ let
p = if stdenv.is64bit then {
arch = "x86_64";
gcclib = "${stdenv.cc.cc.lib}/lib64";
sha256 = "14bpc5ddhxvgfxkxhj5q9z443s7z4nn1zf4k1hxj7rbf13rcpg00";
sha256 = "e4f579963199f05476657f0066beaa32d1261aef2203382f3919e1ed4bc4594e";
}
else {
arch = "i386";
gcclib = "${stdenv.cc.cc.lib}/lib";
sha256 = "1s829q8gy9xgz0jm7w70aljqs2h49x402blqfr9zvn806aprmrm5";
sha256 = "69113bf33ba0c57a363305b76361f2866c3b8394b173eed0f49db1f50bfe0373";
};
in
stdenv.mkDerivation rec {
pname = "yandex-disk";
version = "0.1.5.1039";
version = "0.1.6.1074";
src = fetchurl {
url = "https://repo.yandex.ru/yandex-disk/rpm/stable/${p.arch}/${pname}-${version}-1.fedora.${p.arch}.rpm";