Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c478fe7f86ec
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ec5cbc24de50
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 17, 2019

  1. yandex-disk: 0.1.5.978 -> 0.1.5.1010

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/yandex-disk/versions
    
    (cherry picked from commit ba54c96)
    r-ryantm authored and markuskowa committed May 17, 2019
    Copy the full SHA
    964a5f3 View commit details
  2. yandex-disk: update i386 hash for 0.1.5.1010

    (cherry picked from commit 636042d)
    markuskowa committed May 17, 2019
    Copy the full SHA
    ec5cbc2 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/filesystems/yandex-disk/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/filesystems/yandex-disk/default.nix
Original file line number Diff line number Diff line change
@@ -4,18 +4,18 @@ let
p = if stdenv.is64bit then {
arch = "x86_64";
gcclib = "${stdenv.cc.cc.lib}/lib64";
sha256 = "1skbzmrcjbw00a3jnbl2llqwz3ahsgvq74mjav68s2hw1wjidvk6";
sha256 = "1hxsizk3hm1465wkxwdbbcffgi3r64y3r0zsfzsvhvnzx4y5dadm";
}
else {
arch = "i386";
gcclib = "${stdenv.cc.cc.lib}/lib";
sha256 = "09h71i3k9d24ki81jdwhnav63fqbc44glbx228s9g3cr4ap41jcx";
sha256 = "1s829q8gy9xgz0jm7w70aljqs2h49x402blqfr9zvn806aprmrm5";
};
in
stdenv.mkDerivation rec {

name = "yandex-disk-${version}";
version = "0.1.5.978";
version = "0.1.5.1010";

src = fetchurl {
url = "https://repo.yandex.ru/yandex-disk/rpm/stable/${p.arch}/${name}-1.fedora.${p.arch}.rpm";