treewide: replace rev with tag

This commit is contained in:
Pol Dellaiera 2025-04-07 08:23:42 +02:00
parent 0df6a0898f
commit 65a333600d
8131 changed files with 8232 additions and 8232 deletions

View file

@ -22,7 +22,7 @@ buildDubPackage rec {
src = fetchFromGitHub {
owner = "CyberShadow";
repo = "btdu";
rev = "v${version}";
tag = "v${version}";
hash = "sha256-3sSZq+5UJH02IO0Y1yL3BLHDb4lk8k6awb5ZysBQciE=";
};