Skip to content

Commit

Permalink
Merge pull request NixOS#133895 from r-ryantm/auto-update/wtf
Browse files Browse the repository at this point in the history
wtf: 0.36.0 -> 0.38.0
  • Loading branch information
Ma27 authored Aug 16, 2021
2 parents 863466b + f06fee4 commit a2688f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/misc/wtf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

buildGoModule rec {
pname = "wtf";
version = "0.36.0";
version = "0.38.0";

src = fetchFromGitHub {
owner = "wtfutil";
repo = pname;
rev = "v${version}";
sha256 = "sha256-JVHcunpS+2/0d7XaUZ95m9QpVHCG1Tq8LJ9KNURSRy8=";
sha256 = "sha256-ZKv207pkjgXtCZ6kXGn94i8QtOBHpSkPKo1Sy2Nw9qQ=";
};

vendorSha256 = "sha256-4uRhbRPfCRYwFlfucXOYhLruj7hkV4G9Sxjh9yQkDEQ=";
vendorSha256 = "sha256-E5sfT7uGnruVUfhhjkZM2mgauXzbmcLWS6s1J85nssE=";

doCheck = false;

Expand Down

0 comments on commit a2688f7

Please sign in to comment.