summary refs log tree commit diff
path: root/pkgs/tools/filesystems/yandex-disk
diff options
context:
space:
mode:
authorAleksandr Petrosyan <a-p-petrosyan@yandex.ru>2021-07-18 02:22:34 +0400
committerGitHub <noreply@github.com>2021-07-18 00:22:34 +0200
commitab65de76bf3a6d31bc5e98ad6286d1c955c2a607 (patch)
tree6f529890ccf34dedd1ffb6dac7b7ecdcc48e0ae4 /pkgs/tools/filesystems/yandex-disk
parent7f3e1724018823bfd25eea69000cf8b05f93f3a0 (diff)
downloadnixpkgs-ab65de76bf3a6d31bc5e98ad6286d1c955c2a607.tar
nixpkgs-ab65de76bf3a6d31bc5e98ad6286d1c955c2a607.tar.gz
nixpkgs-ab65de76bf3a6d31bc5e98ad6286d1c955c2a607.tar.bz2
nixpkgs-ab65de76bf3a6d31bc5e98ad6286d1c955c2a607.tar.lz
nixpkgs-ab65de76bf3a6d31bc5e98ad6286d1c955c2a607.tar.xz
nixpkgs-ab65de76bf3a6d31bc5e98ad6286d1c955c2a607.tar.zst
nixpkgs-ab65de76bf3a6d31bc5e98ad6286d1c955c2a607.zip
yandex-disk: 0.1.5.1039 -> 0.1.6.1074 (#130450)
Diffstat (limited to 'pkgs/tools/filesystems/yandex-disk')
-rw-r--r--pkgs/tools/filesystems/yandex-disk/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/filesystems/yandex-disk/default.nix b/pkgs/tools/filesystems/yandex-disk/default.nix
index d2779e2b4c5..e837350abd6 100644
--- a/pkgs/tools/filesystems/yandex-disk/default.nix
+++ b/pkgs/tools/filesystems/yandex-disk/default.nix
@@ -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";