forked from mirrors/nixpkgs
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
This commit is contained in:
parent
18aa59b0f2
commit
ba54c96593
|
@ -4,7 +4,7 @@ let
|
|||
p = if stdenv.is64bit then {
|
||||
arch = "x86_64";
|
||||
gcclib = "${stdenv.cc.cc.lib}/lib64";
|
||||
sha256 = "1skbzmrcjbw00a3jnbl2llqwz3ahsgvq74mjav68s2hw1wjidvk6";
|
||||
sha256 = "1hxsizk3hm1465wkxwdbbcffgi3r64y3r0zsfzsvhvnzx4y5dadm";
|
||||
}
|
||||
else {
|
||||
arch = "i386";
|
||||
|
@ -15,7 +15,7 @@ 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";
|
||||
|
|
Loading…
Reference in a new issue