mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
fusee-interfacee-tk: 1.0.0 -> 1.0.1
This commit is contained in:
parent
a8811cb82b
commit
8d4341343a
|
@ -3,13 +3,13 @@
|
|||
let pythonEnv = python3.withPackages(ps: [ ps.tkinter ps.pyusb ]);
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = "fusee-interfacee-tk";
|
||||
version = "1.0.0";
|
||||
version = "1.0.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "nh-server";
|
||||
repo = pname;
|
||||
rev = "V${version}";
|
||||
sha256 = "0ycsxv71b5yvkcawxmcnmywxfvn8fdg1lyq71xdw7qrskxv5fgq7";
|
||||
sha256 = "0ngwbwsj999flprv14xvhk7lp51nprrvcnlbnbk6y4qx5casm5md";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
|
Loading…
Reference in a new issue