goldwarden: 0.3.3 -> 0.3.4

This commit is contained in:
Ariel Ebersberger
2024-10-04 17:25:28 +02:00
parent 2c5fac3edf
commit e99da90a52
+4 -4
View File
@@ -13,13 +13,13 @@
buildGoModule rec {
pname = "goldwarden";
version = "0.3.3";
version = "0.3.4";
src = fetchFromGitHub {
owner = "quexten";
repo = "goldwarden";
rev = "v${version}";
hash = "sha256-s00ZgRmp+0UTp4gpoQgZZqSJMRGsGuUxoX2DEryG+XM=";
hash = "sha256-LAnhCQmyubWeZtTVaW8IoNmfipvMIlAnY4pKwrURPDs=";
};
postPatch = ''
@@ -38,7 +38,7 @@ buildGoModule rec {
--replace-fail "@PATH@" "$out/bin/goldwarden"
'';
vendorHash = "sha256-TSmYqLMeS/G1rYNxVfh3uIK9bQJhsd7mos50yIXQoT4=";
vendorHash = "sha256-rMs7FP515aClzt9sjgIQHiYo5SYa2tDHrVRhtT+I8aM=";
ldflags = [ "-s" "-w" ];
@@ -92,7 +92,7 @@ buildGoModule rec {
description = "Feature-packed Bitwarden compatible desktop integration";
homepage = "https://github.com/quexten/goldwarden";
license = licenses.mit;
maintainers = with maintainers; [ arthsmn ];
maintainers = with maintainers; [ arthsmn justanotherariel ];
mainProgram = "goldwarden";
platforms = platforms.linux; # Support for other platforms is not yet ready, see https://github.com/quexten/goldwarden/issues/4
};