doc: replace rev with tag

This commit is contained in:
Pol Dellaiera 2025-04-19 23:26:57 +02:00
parent 30eb01e120
commit ac04a5c492
8 changed files with 10 additions and 11 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=";
};