picocrypt-cli: rev -> tag

This commit is contained in:
Ryan Omasta
2025-06-26 02:20:04 -06:00
parent b5c6c4f655
commit bf937fa1b9
+1 -1
View File
@@ -11,7 +11,7 @@ buildGoModule rec {
src = fetchFromGitHub {
owner = "Picocrypt";
repo = "CLI";
rev = version;
tag = version;
hash = "sha256-A/04tuDwB2nAGWOWNEPt87lwAR/5Co/IjjV7xIcRxUo=";
};