Skip to content

Commit

Permalink
Merge pull request NixOS#83967 from r-ryantm/auto-update/fusee-interf…
Browse files Browse the repository at this point in the history
…acee-tk

fusee-interfacee-tk: 1.0.0 -> 1.0.1
  • Loading branch information
marsam authored Apr 2, 2020
2 parents 7ae098e + 8d43413 commit 1fffcbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/fusee-interfacee-tk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 1fffcbc

Please sign in to comment.