mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
crashplan: Fixed the checksum
This commit is contained in:
parent
e725c927d4
commit
f1c1c1be6c
@ -9,7 +9,7 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
crashPlanArchive = fetchurl {
|
||||
url = "https://download.code42.com/installs/linux/install/CrashPlan/CrashPlan_${version}_Linux.tgz";
|
||||
sha256 = "1r50fyswvqjxsdslbyibbxwz2fs8iim15hxr0k05jrzmkhjm4g5v";
|
||||
sha256 = "1vi6dqf8kc90axrgdcf6rwnhynxgxkc0qn6pbdp2gvkxdqxrprn8";
|
||||
};
|
||||
|
||||
srcs = [ crashPlanArchive ];
|
||||
|
Loading…
Reference in New Issue
Block a user