vimpc: use git tag instead of commit hash

This commit is contained in:
Pascal Wittmann 2018-05-23 12:31:59 +02:00
parent 8f96324584
commit 22d03ba02c

View File

@ -8,9 +8,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "boysetsfrog"; owner = "boysetsfrog";
repo = "vimpc"; repo = "vimpc";
# Using commit-hash as there is not tag available rev = "v${version}";
# https://github.com/boysetsfrog/vimpc/issues/70
rev = "63556da6b94ab27d7e3f542399f5e0975a5812ba";
sha256 = "1495a702df4nja8mlxq98mkbic2zv88sjiinimf9qddrfb38jxk6"; sha256 = "1495a702df4nja8mlxq98mkbic2zv88sjiinimf9qddrfb38jxk6";
}; };