fix: add missing versions
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user