gopass: use src.tag

This commit is contained in:
Pol Dellaiera
2025-09-16 11:53:52 +02:00
parent 1040a6d109
commit a7d2a1ea5d
+1 -1
View File
@@ -45,7 +45,7 @@ buildGoModule (finalAttrs: {
src = fetchFromGitHub {
owner = "gopasspw";
repo = "gopass";
rev = "v${finalAttrs.version}";
tag = "v${finalAttrs.version}";
hash = "sha256-oZeik172VBSxuO3DfD5t8cKPl3AYjlyEw5x4/7g9h6o=";
};