xmonad-stockholm: 1.3.0 -> 1.3.1
This commit is contained in:
parent
379f216fc7
commit
59056a2e40
@ -1,15 +1,18 @@
|
||||
{ mkDerivation, base, containers, fetchgit, filepath, lib, unix, X11, X11-xft , X11-xshape, xmonad, xmonad-contrib
|
||||
{ mkDerivation, base, containers, directory, fetchgit, filepath
|
||||
, lib, unix, X11, X11-xft, X11-xshape, xmonad, xmonad-contrib
|
||||
}:
|
||||
mkDerivation rec {
|
||||
mkDerivation {
|
||||
pname = "xmonad-stockholm";
|
||||
version = "1.3.0";
|
||||
version = "1.3.1";
|
||||
src = fetchgit {
|
||||
url = http://cgit.ni.krebsco.de/xmonad-stockholm;
|
||||
rev = "refs/tags/v1.3.0";
|
||||
sha256 = "1np5126wn67y0a1r60rnkq828s0w9zjnvai4b8zy3yc02xlkrjm9";
|
||||
url = "https://cgit.krebsco.de/xmonad-stockholm";
|
||||
sha256 = "1m4kkppy143jvjzhy5aawh8q6sglpnqhiajxbdcr42j02ibf3vvq";
|
||||
rev = "89bae8aad73db8fe9e11da7d515f0b236e7fea51";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
libraryHaskellDepends = [
|
||||
base containers filepath unix X11 X11-xft X11-xshape xmonad xmonad-contrib
|
||||
base containers directory filepath unix X11 X11-xft X11-xshape
|
||||
xmonad xmonad-contrib
|
||||
];
|
||||
license = lib.licenses.mit;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user