interception-tools: 0.1.1 -> 0.2.1
This commit is contained in:
parent
621c1f0042
commit
84696de0f9
@ -2,14 +2,14 @@
|
|||||||
libevdev, udev }:
|
libevdev, udev }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "0.1.1";
|
version = "0.2.1";
|
||||||
baseName = "interception-tools";
|
baseName = "interception-tools";
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
name = "${baseName}-${version}";
|
name = "${baseName}-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://gitlab.com/interception/linux/tools/repository/v${version}/archive.tar.gz";
|
url = "https://gitlab.com/interception/linux/tools/repository/v${version}/archive.tar.gz";
|
||||||
sha256 = "14g4pphvylqdb922va322z1pbp12ap753hcf7zf9sii1ikvif83j";
|
sha256 = "0lqz89wsf9r5xdgflincysxg4l8fpgg5z8zczhhrg9s5787srfzi";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkgconfig ];
|
nativeBuildInputs = [ cmake pkgconfig ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user