summary refs log tree commit diff
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-27 19:13:32 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-02-27 19:13:32 -0800
commit8e278fe2fc50743fb6ee27561852f5025f2406e1 (patch)
tree6ba3d96ca654f34018593cda71ca22551917926d
parent6a101342051182e66587249cfd8c4800b0746c82 (diff)
downloadnixlib-8e278fe2fc50743fb6ee27561852f5025f2406e1.tar
nixlib-8e278fe2fc50743fb6ee27561852f5025f2406e1.tar.gz
nixlib-8e278fe2fc50743fb6ee27561852f5025f2406e1.tar.bz2
nixlib-8e278fe2fc50743fb6ee27561852f5025f2406e1.tar.lz
nixlib-8e278fe2fc50743fb6ee27561852f5025f2406e1.tar.xz
nixlib-8e278fe2fc50743fb6ee27561852f5025f2406e1.tar.zst
nixlib-8e278fe2fc50743fb6ee27561852f5025f2406e1.zip
xtitle: 0.3 -> 0.4.3
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/pxkzrgjcbd0ppv4xgnwml53xaswbb899-xtitle-0.4.3/bin/xtitle -h` got 0 exit code
- ran `/nix/store/pxkzrgjcbd0ppv4xgnwml53xaswbb899-xtitle-0.4.3/bin/xtitle --help` got 0 exit code
- ran `/nix/store/pxkzrgjcbd0ppv4xgnwml53xaswbb899-xtitle-0.4.3/bin/xtitle -v` and found version 0.4.3
- ran `/nix/store/pxkzrgjcbd0ppv4xgnwml53xaswbb899-xtitle-0.4.3/bin/xtitle --version` and found version 0.4.3
- ran `/nix/store/pxkzrgjcbd0ppv4xgnwml53xaswbb899-xtitle-0.4.3/bin/xtitle --help` and found version 0.4.3
- found 0.4.3 with grep in /nix/store/pxkzrgjcbd0ppv4xgnwml53xaswbb899-xtitle-0.4.3
- found 0.4.3 in filename of file in /nix/store/pxkzrgjcbd0ppv4xgnwml53xaswbb899-xtitle-0.4.3

cc "@meisternu"
-rw-r--r--pkgs/tools/misc/xtitle/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/xtitle/default.nix b/pkgs/tools/misc/xtitle/default.nix
index 4be863993901..708675fb651c 100644
--- a/pkgs/tools/misc/xtitle/default.nix
+++ b/pkgs/tools/misc/xtitle/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, libxcb, xcbutil, xcbutilwm, git }:
 
 stdenv.mkDerivation rec {
-   name = "xtitle-0.3";
+   name = "xtitle-0.4.3";
 
    src = fetchurl {
-     url = "https://github.com/baskerville/xtitle/archive/0.3.tar.gz";
-     sha256 = "07r36f4ad1q0dpkx3ykd49xlmi24d8mjqwh40j228k81wsvzayl1";
+     url = "https://github.com/baskerville/xtitle/archive/0.4.3.tar.gz";
+     sha256 = "0bk4mxx0vky37f66b2y34nggi1f7fnrmsprkxyc8mskj6qcrbm5h";
    };