treewide: replace rev with tag
This commit is contained in:
@@ -22,7 +22,7 @@ buildDubPackage rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "CyberShadow";
|
||||
repo = "btdu";
|
||||
rev = "v${version}";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-3sSZq+5UJH02IO0Y1yL3BLHDb4lk8k6awb5ZysBQciE=";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user