Merge pull request #249096 from matthiasbeyer/fix-plasma-pass-tag

plasma-pass: Fix fetch tag
This commit is contained in:
Matthias Beyer 2023-08-24 08:07:19 +02:00 committed by GitHub
commit ab2e71c021
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [