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

plasma-pass: Fix fetch tag

authored by Matthias Beyer and committed by GitHub ab2e71c0 0ea458a9

+1 -6
+1 -6
pkgs/tools/security/plasma-pass/default.nix
··· 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 }; 25 26 buildInputs = [
··· 15 owner = "plasma"; 16 repo = "plasma-pass"; 17 sha256 = "sha256-lCNskOXkSIcMPcMnTWE37sDCXfmtP0FhyMzxeF6L0iU="; 18 + rev = "v${version}"; 19 }; 20 21 buildInputs = [