sigtop: from 0.12.0 → to 0.18.0

Various updates from upstream supporting newer version of Signal Desktop and key storage methods
This commit is contained in:
dave 2025-02-16 10:20:15 +00:00 committed by Valentin Gagarin
parent 99daaeb43b
commit e1fd1bff19

View File

@ -2,20 +2,25 @@
lib,
buildGoModule,
fetchFromGitHub,
pkg-config,
libsecret,
}:
buildGoModule rec {
name = "sigtop";
version = "0.12.0";
version = "0.18.0";
src = fetchFromGitHub {
owner = "tbvdm";
repo = "sigtop";
rev = "v${version}";
sha256 = "sha256-qNcfnXQmccEnUFtaR3y79yFRZ5xHeOUQ6hEY9LZxm7w=";
sha256 = "sha256-wZdQq5u44AcZs2CWRQ92wih5WBzZFywt78+slVBYseg=";
};
vendorHash = "sha256-IFF7zTrHHoEmPoHGOkTHrb7o+9D5PC8Q+MWHSR2EXog=";
vendorHash = "sha256-EWppsnZ/Ch7JjltkejOYKepZUfKNZY9+F7VbzjNCYNU=";
nativeBuildInputs = [ pkg-config ];
buildInputs = [ libsecret ];
makeFlags = [
"PREFIX=\${out}"