picocrypt: 1.45 → 1.46 (#377776)

This commit is contained in:
Ryan Omasta 2025-02-07 07:23:12 -07:00 committed by GitHub
parent d0ba0e3eb5
commit 5917b52a1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,18 +15,18 @@
buildGoModule rec { buildGoModule rec {
pname = "picocrypt"; pname = "picocrypt";
version = "1.45"; version = "1.46";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Picocrypt"; owner = "Picocrypt";
repo = "Picocrypt"; repo = "Picocrypt";
tag = version; tag = version;
hash = "sha256-VJCLbMthxb2eWN20pXA6GOzR1FDN97KCU6ligKbKQkY="; hash = "sha256-2kY/EK/tICA5vVT79Qy3oHKMWuoEPwXUI7FYnFuiLVQ=";
}; };
sourceRoot = "${src.name}/src"; sourceRoot = "${src.name}/src";
vendorHash = "sha256-ufMxDyK4EPTYLGc0AJ6EARIFCPwz+5OgZzQSGnP+WLA="; vendorHash = "sha256-fcDsPUDsZsgwI2MudvNaGKIIe55JsMCNgDs7Jz2HF9A=";
ldflags = [ ldflags = [
"-s" "-s"
@ -69,7 +69,7 @@ buildGoModule rec {
meta = { meta = {
description = "Very small, very simple, yet very secure encryption tool, written in Go"; description = "Very small, very simple, yet very secure encryption tool, written in Go";
homepage = "https://github.com/Picocrypt/Picocrypt"; homepage = "https://github.com/Picocrypt/Picocrypt";
changelog = "https://github.com/Picocrypt/Picocrypt/blob/main/Changelog.md"; changelog = "https://github.com/Picocrypt/Picocrypt/blob/${version}/Changelog.md";
license = lib.licenses.gpl3Only; license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ ryand56 ]; maintainers = with lib.maintainers; [ ryand56 ];
mainProgram = "picocrypt-gui"; mainProgram = "picocrypt-gui";