mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
Update dropbox.py hash
Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
32721cd3df
commit
bb5337044a
@ -7,7 +7,7 @@ stdenv.mkDerivation {
|
||||
src = fetchurl {
|
||||
# Note: dropbox doesn't version this file. Annoying.
|
||||
url = "https://linux.dropbox.com/packages/dropbox.py";
|
||||
sha256 = "0p1pg8bw6mlhqi5k8y3pgs7byg0kfvq57s53sh188lb5sxvlg7yz";
|
||||
sha256 = "0505k0xrhbmsv7g5phxxnz5wbff6m5gdsqyxkhd95wdi9d71c43c";
|
||||
};
|
||||
|
||||
buildInputs = [ coreutils python ];
|
||||
|
Loading…
Reference in New Issue
Block a user