about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthieu Coudron <mattator@gmail.com>2019-02-07 18:44:39 +0900
committerMatthieu Coudron <mattator@gmail.com>2019-02-07 20:58:43 +0900
commit9333c833a5abe5c61ac9c68bc46e7a92b2b92746 (patch)
tree78114edaa86d0b26cc4063dd3b83943602a61874
parent5e84459160d77eee4248b21115a3b78dd467a97e (diff)
downloadnixlib-9333c833a5abe5c61ac9c68bc46e7a92b2b92746.tar
nixlib-9333c833a5abe5c61ac9c68bc46e7a92b2b92746.tar.gz
nixlib-9333c833a5abe5c61ac9c68bc46e7a92b2b92746.tar.bz2
nixlib-9333c833a5abe5c61ac9c68bc46e7a92b2b92746.tar.lz
nixlib-9333c833a5abe5c61ac9c68bc46e7a92b2b92746.tar.xz
nixlib-9333c833a5abe5c61ac9c68bc46e7a92b2b92746.tar.zst
nixlib-9333c833a5abe5c61ac9c68bc46e7a92b2b92746.zip
vte-ng: 0.50.2.a -> 0.54.2.a
-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";