Merge pull request #8178 from jagajaga/fix/versions

fix: add missing versions
This commit is contained in:
Arseniy Seroka
2015-06-06 00:22:10 +03:00
31 changed files with 38 additions and 35 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
{ stdenv, udev, ncurses, pkgconfig, fetchurl, bluez }:
stdenv.mkDerivation rec {
name = "xwiimote";
name = "xwiimote-2";
src = fetchurl {
url = "https://github.com/dvdhrm/xwiimote/releases/download/xwiimote-2/xwiimote-2.tar.xz";
url = "https://github.com/dvdhrm/xwiimote/releases/download/${name}/${name}.tar.xz";
sha256 = "1g9cbhblll47l300zr999xr51x2g98y49l222f77fhswd12kjzhd";
};
+1 -1
View File
@@ -2,7 +2,7 @@
, libXau, libXdmcp, xcbutil }:
stdenv.mkDerivation {
name = "xss-lock-git";
name = "xss-lock-git-2014-03-02";
src = fetchgit {
url = https://bitbucket.org/raymonad/xss-lock.git;