plasma-pass: 1.2.0 -> 1.2.1

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>

authored by

Matthias Beyer and committed by
Jörg Thalheim
70e9e2cd b28fb7ac

+8 -3
+8 -3
pkgs/tools/security/plasma-pass/default.nix
··· 8 8 9 9 mkDerivation rec { 10 10 pname = "plasma-pass"; 11 - version = "1.2.0"; 11 + version = "1.2.1"; 12 12 13 13 src = fetchFromGitLab { 14 14 domain = "invent.kde.org"; 15 15 owner = "plasma"; 16 16 repo = "plasma-pass"; 17 - rev = "v${version}"; 18 - sha256 = "1w2mzxyrh17x7da62b6sg1n85vnh1q77wlrfxwfb1pk77y59rlf1"; 17 + sha256 = "sha256-lCNskOXkSIcMPcMnTWE37sDCXfmtP0FhyMzxeF6L0iU="; 18 + 19 + # So the tag is actually "v0.2.1" but the released version is later than 20 + # 1.2.0 and the "release" on the gitlab page also says "1.2.1". 21 + # I guess they just messed up the tag subject and description. 22 + # Maintainer of plasma-pass was notified about this 2023-08-13 23 + rev = "v0.2.1"; 19 24 }; 20 25 21 26 buildInputs = [