Skip to content

Commit

Permalink
carapace: 0.15.0 -> 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and bobby285271 committed Sep 22, 2022
1 parent 7f5aa3f commit 60043ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/shells/carapace/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "carapace";
version = "0.15.0";
version = "0.15.1";

src = fetchFromGitHub {
owner = "rsteube";
repo = "${pname}-bin";
rev = "v${version}";
sha256 = "sha256-3ZWYEfssGq6fBoHrDsp6yvkB9TLF+heELEIbZ1TN2lI=";
sha256 = "sha256-zfW2YbMybE2ZOYVNdmxAE0HwDTDeaVa0SrSUahyuTTk=";
};

vendorSha256 = "sha256-OrbVqCgsVX5b5knN6IdlJBWeGfg2fh09a2xe5+2EGEs=";
vendorSha256 = "sha256-MIgV8of3d9STMYtK+9gGkKBZ5Y4l5NhofK5F1Yfi/kE=";

subPackages = [ "./cmd/carapace" ];

Expand Down

0 comments on commit 60043ef

Please sign in to comment.