Skip to content

Commit

Permalink
vkv: 0.7.0 -> 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
devusb committed Jun 22, 2024
1 parent 79819d7 commit 2653ac7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/vkv/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

buildGoModule rec {
pname = "vkv";
version = "0.7.0";
version = "0.7.1";

src = fetchFromGitHub {
owner = "FalcoSuessgott";
repo = "vkv";
rev = "v${version}";
hash = "sha256-HPkEvHdoBYOYHJvRaTiHb+kyfBxEIW2+h3iLlZOpW+w=";
hash = "sha256-7+xRg/XOeruWM2mjp9scXvOx1jcTs2LOquTXLdT8WN0=";
};

vendorHash = "sha256-Ttcc3Jq/fQhR3EstgyyCXlqB6hl9u/U9gjk7gd8OKDQ=";
vendorHash = "sha256-XOFdICQNAOKTtM/Ny4IXtPhk5KDVVyPtF10WiilIvVo=";

ldflags = [
"-s"
Expand Down

0 comments on commit 2653ac7

Please sign in to comment.