Skip to content

Commit

Permalink
carapace: 0.28.2 -> 0.28.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 5, 2023
1 parent b4c0c73 commit 6e500a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/shells/carapace/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "carapace";
version = "0.28.2";
version = "0.28.3";

src = fetchFromGitHub {
owner = "rsteube";
repo = "${pname}-bin";
rev = "v${version}";
hash = "sha256-ojcQ69FxU7luxYzKxnblwQgX0sapFJS8YNalMdTuzCo=";
hash = "sha256-d56tA+tTlnwE9t0toJCCpRwNXGNwNVastdcJPunCO0c=";
};

vendorHash = "sha256-jbKF68fPwMigKSoSOP6pJMjn+PW2yeI/oZKv2ytoHuY=";
Expand Down

0 comments on commit 6e500a7

Please sign in to comment.