Skip to content

Commit

Permalink
gotraceui: 0.3.0 -> 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and pull[bot] committed Feb 21, 2024
1 parent 71e4039 commit 36977d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/gotraceui/default.nix
Expand Up @@ -5,16 +5,16 @@

buildGoModule rec {
pname = "gotraceui";
version = "0.3.0";
version = "0.4.0";

src = fetchFromGitHub {
owner = "dominikh";
repo = "gotraceui";
rev = "v${version}";
sha256 = "sha256-hdI1TT33pPHK5018RQ+riPVqzqOF/xDkvh0WoYi6Pes=";
sha256 = "sha256-Rforuh9YlTv/mTpQm0+BaY+Ssc4DAiDCzVkIerP5Uz0=";
};

vendorHash = "sha256-nXPiwSG2Hs86/raDvTv2p77P6Xwm+t8VT0dvZpXE8Os=";
vendorHash = "sha256-dNV5u6BG+2Nzci6dX/4/4WAeM/zXE5+Ix0HqIsNnm0E=";
subPackages = ["cmd/gotraceui"];

nativeBuildInputs = [ pkg-config ];
Expand Down

0 comments on commit 36977d3

Please sign in to comment.