Skip to content

Commit

Permalink
gh-dash: 4.8.1 -> 4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 10, 2025
1 parent 24a8c64 commit b3cafaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/gh/gh-dash/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

buildGoModule rec {
pname = "gh-dash";
version = "4.8.1";
version = "4.9.0";

src = fetchFromGitHub {
owner = "dlvhdr";
repo = "gh-dash";
rev = "v${version}";
hash = "sha256-d6wAyn6Vj4pWnPUmYodSm+SQtBf3EU1vVSCUnfiXRas=";
hash = "sha256-25Ik5VsTYLssI9u235pBWD1XNABvWCzbXma04pJX2nQ=";
};

vendorHash = "sha256-lqmz+6Cr9U5IBoJ5OeSN6HKY/nKSAmszfvifzbxG7NE=";
Expand Down

0 comments on commit b3cafaa

Please sign in to comment.