diskrsync: unstable-2017-09-27 -> unstable-2018-02-03

This commit is contained in:
Jaakko Luttinen
2018-02-04 12:20:52 +02:00
parent 9a5b545e86
commit 07edef3dd3
2 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -4,13 +4,13 @@ buildGoPackage rec {
name = "${pname}-${version}";
pname = "diskrsync";
version = "unstable-2017-09-27";
version = "unstable-2018-02-03";
src = fetchFromGitHub {
owner = "dop251";
repo = pname;
rev = "45818879a98edceaa915739c1b8ece58e4b34866";
sha256 = "0jvx5manh1z0shvg616vw0n5cp5v4bljk6h3mmw3bdskg9r076lh";
rev = "2f36bd6e5084ce16c12a2ee216ebb2939a7d5730";
sha256 = "1rpfk7ds4lpff30aq4d8rw7g9j4bl2hd1bvcwd1pfxalp222zkxn";
};
goPackagePath = "github.com/dop251/diskrsync";