Skip to content

Commit

Permalink
Merge pull request #122730 from johnrichardrinehart/pkgs/development/…
Browse files Browse the repository at this point in the history
…tools/wally-cli/default.nix
  • Loading branch information
SuperSandro2000 authored May 21, 2021
2 parents 38b6fd8 + c0b3643 commit 9eac827
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pkgs/development/tools/wally-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildGoModule rec {
pname = "wally-cli";
version = "2.0.0";
version = "2.0.1";

subPackages = [ "." ];

Expand All @@ -14,15 +14,12 @@ buildGoModule rec {
owner = "zsa";
repo = "wally-cli";
rev = "${version}-linux";
sha256 = "0xz3z18bbnf736ngjj6jhnp3p2j55m5jhnb2xl6l5hybracfyhm7";
sha256 = "NuyQHEygy4LNqLtrpdwfCR+fNy3ZUxOClVdRen6AXMc=";
};

vendorSha256 = "0jqx38x5qvir6zc5yq9p2adafwqhy4hil1k5g81rr1fvbn06k3a6";
vendorSha256 = "AVYG+aLpAXohUOORV/uPw7vro+Kg98+AmSmYGHtOals=";
runVend = true;

# Can be removed when https://github.com/zsa/wally-cli/pull/1 is merged.
doCheck = false;

meta = with lib; {
description = "A tool to flash firmware to mechanical keyboards";
homepage = "https://ergodox-ez.com/pages/wally-planck";
Expand Down

0 comments on commit 9eac827

Please sign in to comment.