songrec: change rev to tag

This commit is contained in:
Tomas Rivera
2026-06-05 12:19:30 +02:00
parent 08c00dc4e1
commit 79ab026814
+1 -1
View File
@@ -23,7 +23,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
src = fetchFromGitHub {
owner = "marin-m";
repo = "songrec";
rev = finalAttrs.version;
tag = finalAttrs.version;
hash = "sha256-lCwFMBQ6IimNtXYMfTnFOpwOO2qbwijOEZ+oMsQKAP0=";
};