From e6653c7a1e7ed8846ac5e3ceeb964366fddcb919 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 14 Aug 2023 13:19:40 +0200 Subject: [PATCH] plasma-pass: Fix fetch tag Fixes: 70e9e2cd8132bb8b80ff82867f021ac76165010e ("plasma-pass: 1.2.0 -> 1.2.1") Signed-off-by: Matthias Beyer --- pkgs/tools/security/plasma-pass/default.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pkgs/tools/security/plasma-pass/default.nix b/pkgs/tools/security/plasma-pass/default.nix index f47cd69d43dd..da276aef50da 100644 --- a/pkgs/tools/security/plasma-pass/default.nix +++ b/pkgs/tools/security/plasma-pass/default.nix @@ -15,12 +15,7 @@ mkDerivation rec { owner = "plasma"; repo = "plasma-pass"; sha256 = "sha256-lCNskOXkSIcMPcMnTWE37sDCXfmtP0FhyMzxeF6L0iU="; - - # So the tag is actually "v0.2.1" but the released version is later than - # 1.2.0 and the "release" on the gitlab page also says "1.2.1". - # I guess they just messed up the tag subject and description. - # Maintainer of plasma-pass was notified about this 2023-08-13 - rev = "v0.2.1"; + rev = "v${version}"; }; buildInputs = [