1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

vimpc: 0.09.0 -> 0.09.1

This commit is contained in:
Pascal Wittmann 2017-10-22 11:30:43 +02:00
parent db4b872d53
commit ba563450dc
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -2,14 +2,16 @@
, taglib }:
stdenv.mkDerivation rec {
version = "0.09.0";
version = "0.09.1";
name = "vimpc-${version}";
src = fetchFromGitHub {
owner = "boysetsfrog";
repo = "vimpc";
rev = "v${version}";
sha256 = "1z9yx2pz84lyng1ig9y4z6pdalwxb80ig7nnzhqfy3pl36hq6shi";
# Using commit-hash as there is not tag available
# https://github.com/boysetsfrog/vimpc/issues/70
rev = "63556da6b94ab27d7e3f542399f5e0975a5812ba";
sha256 = "1495a702df4nja8mlxq98mkbic2zv88sjiinimf9qddrfb38jxk6";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];