about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2019-02-08 07:54:30 +0000
committerGitHub <noreply@github.com>2019-02-08 07:54:30 +0000
commit63454eb86343fa82fbcb4cbb47e8fa5fe32046f0 (patch)
tree3b19f0bb0b5dc6da5f7c8fb8aef775a8b2fcfe64 /pkgs/development
parent7ac4606a90abffd0383c028ed88da5a5c0a45514 (diff)
parent9333c833a5abe5c61ac9c68bc46e7a92b2b92746 (diff)
downloadnixlib-63454eb86343fa82fbcb4cbb47e8fa5fe32046f0.tar
nixlib-63454eb86343fa82fbcb4cbb47e8fa5fe32046f0.tar.gz
nixlib-63454eb86343fa82fbcb4cbb47e8fa5fe32046f0.tar.bz2
nixlib-63454eb86343fa82fbcb4cbb47e8fa5fe32046f0.tar.lz
nixlib-63454eb86343fa82fbcb4cbb47e8fa5fe32046f0.tar.xz
nixlib-63454eb86343fa82fbcb4cbb47e8fa5fe32046f0.tar.zst
nixlib-63454eb86343fa82fbcb4cbb47e8fa5fe32046f0.zip
Merge pull request #55381 from teto/vteng0.54
vte-ng: 0.50.2.a -> 0.54.2.a
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/vte/ng.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/vte/ng.nix b/pkgs/development/libraries/vte/ng.nix
index 3aee9e9dcdf3..6231b8315cd5 100644
--- a/pkgs/development/libraries/vte/ng.nix
+++ b/pkgs/development/libraries/vte/ng.nix
@@ -2,13 +2,13 @@
 
 vte.overrideAttrs (oldAttrs: rec {
   name = "vte-ng-${version}";
-  version = "0.50.2.a";
+  version = "0.54.2.a";
 
   src = fetchFromGitHub {
     owner = "thestinger";
     repo = "vte-ng";
     rev = version;
-    sha256 = "0i6hfzw9sq8521kz0l7lld2km56r0bfp1hw6kxq3j1msb8z8svcf";
+    sha256 = "1r7d9m07cpdr4f7rw3yx33hmp4jmsk0dn5byq5wgksb2qjbc4ags";
   };
 
   preConfigure = oldAttrs.preConfigure + "; NOCONFIGURE=1 ./autogen.sh";