wmii: fix version to match tarball

This commit is contained in:
Evgeny Egorochkin 2013-07-13 23:46:54 +03:00
parent 9afe9c9c53
commit 1d07e3ef77

View File

@ -1,5 +1,5 @@
args: with args; stdenv.mkDerivation {
name = "wmii-20071116";
name = "wmii-3.6";
src = fetchurl {
url = http://dl.suckless.org/wmii/wmii-3.6.tar.gz;