Merge pull request #51335 from dtzWill/update/tabbed-20180310

tabbed: 20160425 -> 20180310
This commit is contained in:
Jörg Thalheim 2018-12-02 09:33:11 +00:00 committed by GitHub
commit 068a2f8c6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -3,12 +3,12 @@
with stdenv.lib; with stdenv.lib;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "tabbed-20160425"; name = "tabbed-20180310";
src = fetchgit { src = fetchgit {
url = https://git.suckless.org/tabbed; url = https://git.suckless.org/tabbed;
rev = "bc236142fa72d2f9d6b5c790d3f3a9a9168a7164"; rev = "b5f9ec647aae2d9a1d3bd586eb7523a4e0a329a3";
sha256 = "1fiv57g3jnlhnb6zrzl3n6lnpn2s9s0sd7bcv7r1nb3grwy7icri"; sha256 = "0frj2yjaf0mfjwgyfappksfir52mx2xxd3cdg5533m5d88vbmxss";
}; };
inherit patches; inherit patches;