1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #27382 from ttuegel/update/dropbox

dropbox: 29.4.20 -> 30.4.22
This commit is contained in:
Thomas Tuegel 2017-07-14 09:16:41 -05:00 committed by GitHub
commit 8c9273a8e9

View file

@ -24,11 +24,11 @@
let
# NOTE: When updating, please also update in current stable,
# as older versions stop working
version = "29.4.20";
version = "30.4.22";
sha256 =
{
"x86_64-linux" = "0w8n8q846mqq8f3yisn9xazf323sn579zyp1kwrdrmmqalwiwcl2";
"i686-linux" = "0zgdnpizgkw2q6wglkdhpzzrhnpplfi2ldcw1z0k9r6slici5mfk";
"x86_64-linux" = "0qc99j6hpd1k5bmvcll3rjglksrjw0mw2nrwj3s3kh55j6fy8a0r";
"i686-linux" = "0zyl1q76cpwly4k7h4klnyrv50nyxi2wpz5sii1a00jbmr7snhab";
}."${stdenv.system}" or (throw "system ${stdenv.system} not supported");
arch =