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

@ -84,7 +84,7 @@ buildDunePackage rec {
src = fetchFromGitHub {
owner = "inhabitedtype";
repo = pname;
rev = version;
tag = version;
hash = "sha256-MK8o+iPGANEhrrTc1Kz9LBilx2bDPQt7Pp5P2libucI=";
};