···89mkDerivation rec {
10 pname = "plasma-pass";
11+ version = "1.2.1";
1213 src = fetchFromGitLab {
14 domain = "invent.kde.org";
15 owner = "plasma";
16 repo = "plasma-pass";
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";
24 };
2526 buildInputs = [