kbdd: unstable-2015-01-26 -> unstable-2017-01-29
`unstable-2015-01-26` wasn't the actual version of the derivation but instead was discerned from the date of the previous commit used for the fetch.
This commit is contained in:
parent
88a82a4dc9
commit
812a89f46e
@ -1,12 +1,14 @@
|
|||||||
{ stdenv, fetchgit, pkgconfig, dbus-glib, autoreconfHook, xorg }:
|
{ stdenv, fetchFromGitHub, pkgconfig, dbus-glib, autoreconfHook, xorg }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "kbdd";
|
pname = "kbdd";
|
||||||
|
version = "unstable-2017-01-29";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchFromGitHub {
|
||||||
url = https://github.com/qnikst/kbdd;
|
owner = "qnikst";
|
||||||
rev = "47dee0232f157cd865e43d92005a2ba107f6fd75";
|
repo = "kbdd";
|
||||||
sha256 = "1ys9w1lncsfg266g9sfnm95an2add3g51mryg0hnrzcqa4knz809";
|
rev = "0e1056f066ab6e3c74fd0db0c9710a9a2b2538c3";
|
||||||
|
sha256 = "068iqkqxh7928xlmz2pvnykszn9bcq2qgkkiwf37k1vm8fdmgzlj";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user