crashplan: 4.7.0-r1 -> 4.7.0-r2

follow up to f1c1c1be: also increment the rev number
This commit is contained in:
Matt McHenry 2016-07-23 09:00:30 -04:00
parent f1c1c1be6c
commit 0a0172fffb

@ -2,7 +2,7 @@
let
version = "4.7.0";
rev = "1"; #tracks unversioned changes that occur on download.code42.com from time to time
rev = "2"; #tracks unversioned changes that occur on download.code42.com from time to time
in stdenv.mkDerivation rec {
name = "crashplan-${version}-r${rev}";