Merge pull request #55966 from Mic92/twmn

twmn: 2014-09-23 -> 2018-10-01
This commit is contained in:
Jörg Thalheim 2019-02-17 21:39:08 +00:00 committed by GitHub
commit 5d42605b91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,13 @@
{ stdenv, fetchgit, qtbase, qtx11extras, qmake, pkgconfig, boost }: { stdenv, fetchFromGitHub, qtbase, qtx11extras, qmake, pkgconfig, boost }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "twmn-git-2014-09-23"; name = "twmn-git-2018-10-01";
src = fetchgit { src = fetchFromGitHub {
url = "https://github.com/sboli/twmn.git"; owner = "sboli";
rev = "9492a47e25547e602dd57efd807033677c90b150"; repo = "twmn";
sha256 = "1a68gka9gyxyzhc9rn8df59rzcdwkjw90cxp1kk0rdfp6svhxhsa"; rev = "80f48834ef1a07087505b82358308ee2374b6dfb";
sha256 = "0mpjvp800x07lp9i3hfcc5f4bqj1fj4w3dyr0zwaxc6wqmm0fdqz";
}; };
nativeBuildInputs = [ pkgconfig qmake ]; nativeBuildInputs = [ pkgconfig qmake ];