Skip to content

Commit

Permalink
Merge pull request #333920 from r-ryantm/auto-update/picocrypt-cli
Browse files Browse the repository at this point in the history
picocrypt-cli: 2.04 -> 2.05
  • Loading branch information
NickCao authored Aug 11, 2024
2 parents b3cd211 + c5019d3 commit 60ab62a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/pi/picocrypt-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@

buildGoModule rec {
pname = "picocrypt-cli";
version = "2.04";
version = "2.05";

src = fetchFromGitHub {
owner = "Picocrypt";
repo = "CLI";
rev = version;
hash = "sha256-LWU/u+5AJgBS9IAA3fq5jQLlst+kpEqtRZvjkBSMG2E=";
hash = "sha256-9VvPgATij6WkOVaRDAmwjRshzPk6UCTlaiYJzceTHFQ=";
};

sourceRoot = "${src.name}/picocrypt";
vendorHash = "sha256-5bdiXy/c4FYu544lyL/ac3KF/1zWIPG/bmrpdZa9YV8=";
vendorHash = "sha256-UNyBDWdl9G8Rt3BLWZyuh1bv4jd9TZ9sOfUAgDPzjlw=";

ldflags = [
"-s"
Expand Down

0 comments on commit 60ab62a

Please sign in to comment.