python3Packages.cyrtranslit: use hash

This commit is contained in:
Kerstin Humm 2024-08-29 17:51:55 +02:00 committed by Valentin Gagarin
parent 084a337c53
commit 1ba5518975

View File

@ -15,8 +15,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "opendatakosovo";
repo = "cyrillic-transliteration";
rev = "v${version}";
sha256 = "sha256-t8UTOmjGqjmxU7+Po0/HmOPWAvcgZibaUC9dMlttA/0=";
rev = "refs/tags/v${version}";
hash = "sha256-t8UTOmjGqjmxU7+Po0/HmOPWAvcgZibaUC9dMlttA/0=";
};
build-system = [ setuptools ];