electrum-grs: fix src

This commit is contained in:
Jonathan Ringer 2022-03-01 08:44:36 -08:00 committed by Jonathan Ringer
parent 863e8630df
commit a0148164d6

View file

@ -42,7 +42,7 @@ python3.pkgs.buildPythonApplication {
src = fetchFromGitHub {
owner = "Groestlcoin";
repo = "electrum-grs";
rev = "v${version}";
rev = "refs/tags/v${version}";
sha256 = "0wvbjj80r1zxpz24adkicxsdjnv3nciga6rl1wfmky463w03rca2";
};