ical2org: adhere to version number convention

see issue #43717
This commit is contained in:
Pascal Wittmann 2018-07-19 21:56:29 +02:00
parent c01411f109
commit aba0e560f0
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -2,14 +2,14 @@
buildGoPackage rec {
name = "ical2org-${version}";
version="v.1.1.5";
version="1.1.5";
goPackagePath = "github.com/rjhorniii/ical2org";
src = fetchFromGitHub {
owner = "rjhorniii";
repo = "ical2org";
rev = "${version}";
rev = "v.${version}";
sha256 = "0hdx2j2innjh0z4kxcfzwdl2d54nv0g9ai9fyacfiagjhnzgf7cm";
fetchSubmodules = true;
};