Skip to content

Commit

Permalink
gh-dash: 4.9.1 -> 4.11.0 (#379374)
Browse files Browse the repository at this point in the history
Co-authored-by: amesgen <amesgen@users.noreply.github.com>
  • Loading branch information
nixpkgs-merge-bot[bot] and amesgen authored Feb 4, 2025
2 parents c31726b + 4c39940 commit a067a42
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.9.1";
version = "4.11.0";

src = fetchFromGitHub {
owner = "dlvhdr";
repo = "gh-dash";
rev = "v${version}";
hash = "sha256-n0+I1URuIOKqBj+BSE6bD3wOxpaKWM9t1X3PkPhawKY=";
hash = "sha256-i7PsOd2avaKY0FvsjBpTQk6rijf9EE6kVRicfe4k8NE=";
};

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

0 comments on commit a067a42

Please sign in to comment.