crashplan: 4.8.2 -> 4.8.3
This commit is contained in:
parent
68a4dc82c0
commit
76e019ad9f
@ -1,13 +1,13 @@
|
||||
{ stdenv, fetchurl, makeWrapper, jre, cpio, gawk, gnugrep, gnused, procps, swt, gtk2, glib, libXtst }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "4.8.2";
|
||||
version = "4.8.3";
|
||||
rev = "1"; #tracks unversioned changes that occur on download.code42.com from time to time
|
||||
name = "crashplan-${version}-r${rev}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://download.code42.com/installs/linux/install/CrashPlan/CrashPlan_${version}_Linux.tgz";
|
||||
sha256 = "0wh8lcm06ilcyncnp4ckg4yhyf9z3gb6v1kr111j4bpgmnd0v1yf";
|
||||
sha256 = "c25d87ec1d442a396b668547e39b70d66dcfe02250cc57a25916ebb42a407113";
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user