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

picocrypt: 1.34 -> 1.35
This commit is contained in:
Nick Cao 2024-07-04 14:05:29 -04:00 committed by GitHub
commit 9348095e73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,13 +16,13 @@
buildGoModule rec {
pname = "picocrypt";
version = "1.34";
version = "1.35";
src = fetchFromGitHub {
owner = "Picocrypt";
repo = "Picocrypt";
rev = version;
hash = "sha256-TO72s8v0cpyKjvi0b74vux3+VzTfW540Drtr2bD5xVw=";
hash = "sha256-0dzJtwJ588c0ldf97u/J2zHkxWr176p6/FLCzMXgjQ0=";
};
sourceRoot = "${src.name}/src";