mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #13477 from cstrahan/vte-ng
vte-ng: 0.42.1.a -> 0.42.4.a
This commit is contained in:
commit
d8c3a83b5c
1 changed files with 2 additions and 2 deletions
|
@ -43,12 +43,12 @@ let baseAttrs = rec {
|
|||
in stdenv.mkDerivation ( baseAttrs
|
||||
// stdenv.lib.optionalAttrs selectTextPatch rec {
|
||||
name = "vte-ng-${version}";
|
||||
version = "0.42.1.a";
|
||||
version = "0.42.4.a";
|
||||
src = fetchFromGitHub {
|
||||
owner = "thestinger";
|
||||
repo = "vte-ng";
|
||||
rev = version;
|
||||
sha256 = "1296rvngixi6l31mhhaks6vr1xyqw8h6n5hwknadrlk95nknrpxm";
|
||||
sha256 = "1w91lz30j5lrskp9ds5j3nn27m5mpdpn7nlcvf5y1w63mpmjg8k1";
|
||||
};
|
||||
# slightly hacky; I couldn't make it work with autoreconfHook
|
||||
configureScript = "./autogen.sh";
|
||||
|
|
Loading…
Reference in a new issue