1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #333920 from r-ryantm/auto-update/picocrypt-cli

picocrypt-cli: 2.04 -> 2.05
This commit is contained in:
Nick Cao 2024-08-11 11:08:21 -04:00 committed by GitHub
commit 60ab62a016
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"