Merge pull request #124411 from Kho-Dialga/master

fixed version in proton-caller
This commit is contained in:
Vladyslav M 2021-05-30 09:56:31 +03:00 committed by GitHub
commit 398105b838
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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