nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

interception-tools: 0.1.1 -> 0.2.1

authored by

R. RyanTM and committed by
Jon
84696de0 621c1f00

+2 -2
+2 -2
pkgs/tools/inputmethods/interception-tools/default.nix
··· 2 2 libevdev, udev }: 3 3 4 4 let 5 - version = "0.1.1"; 5 + version = "0.2.1"; 6 6 baseName = "interception-tools"; 7 7 in stdenv.mkDerivation { 8 8 name = "${baseName}-${version}"; 9 9 10 10 src = fetchurl { 11 11 url = "https://gitlab.com/interception/linux/tools/repository/v${version}/archive.tar.gz"; 12 - sha256 = "14g4pphvylqdb922va322z1pbp12ap753hcf7zf9sii1ikvif83j"; 12 + sha256 = "0lqz89wsf9r5xdgflincysxg4l8fpgg5z8zczhhrg9s5787srfzi"; 13 13 }; 14 14 15 15 nativeBuildInputs = [ cmake pkgconfig ];