mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-06 12:14:40 +00:00
python3Packages.cyrtranslit: use hash
This commit is contained in:
parent
084a337c53
commit
1ba5518975
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user