proton-caller: fix version

This commit is contained in:
Kho-Dialga 2021-05-25 12:38:31 -06:00 committed by Kho-Dialga
parent 8c0828e4ce
commit 5619c4f674

View file

@ -7,7 +7,7 @@ rustPlatform.buildRustPackage rec {
src = fetchFromGitHub {
owner = "caverym";
repo = pname;
rev = "version";
rev = version;
sha256 = "0968pmapg6157q4rvfp690l1sjnws8hm62lvm8kaaqysac339z7z";
};