vimpc: use git tag instead of commit hash
This commit is contained in:
parent
8f96324584
commit
22d03ba02c
@ -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";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user