3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #58925 from r-ryantm/auto-update/xtitle

xtitle: 0.4.3 -> 0.4.4
This commit is contained in:
markuskowa 2019-04-03 21:07:49 +02:00 committed by GitHub
commit 8bdde3f45a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, libxcb, xcbutil, xcbutilwm, git }:
stdenv.mkDerivation rec {
name = "xtitle-0.4.3";
name = "xtitle-0.4.4";
src = fetchurl {
url = "https://github.com/baskerville/xtitle/archive/0.4.3.tar.gz";
sha256 = "0bk4mxx0vky37f66b2y34nggi1f7fnrmsprkxyc8mskj6qcrbm5h";
url = "https://github.com/baskerville/xtitle/archive/0.4.4.tar.gz";
sha256 = "0w490a6ki90si1ri48jzhma473a598l1b12j8dp4ckici41z9yy2";
};