Skip to content

Commit

Permalink
picocrypt: 1.42 -> 1.43
Browse files Browse the repository at this point in the history
  • Loading branch information
ryand56 committed Sep 12, 2024
1 parent 9908000 commit 0806743
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/pi/picocrypt/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@

buildGoModule rec {
pname = "picocrypt";
version = "1.42";
version = "1.43";

src = fetchFromGitHub {
owner = "Picocrypt";
repo = "Picocrypt";
rev = "refs/tags/${version}";
hash = "sha256-Ehsjt3zCtJFBJ0l707uRtEfDC3M99mb9HFcNlH1btVE=";
hash = "sha256-xxlmerEGujBvghC+OpMW0gkDl7zPOW4r6cM7T6qOc6A=";
};

sourceRoot = "${src.name}/src";

vendorHash = "sha256-S5iR0eeR+nqxNzE3+KDN1Yw7nmycN0IhhMZjIdVb6WQ=";
vendorHash = "sha256-QeNFXmWeA/hkYdFzJoHj61bo/DmGWakdhFRLtSYG7+Y=";

ldflags = [
"-s"
Expand Down

0 comments on commit 0806743

Please sign in to comment.