mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 20:18:38 +00:00
proton-caller: fix version
This commit is contained in:
parent
8c0828e4ce
commit
5619c4f674
@ -7,7 +7,7 @@ rustPlatform.buildRustPackage rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "caverym";
|
||||
repo = pname;
|
||||
rev = "version";
|
||||
rev = version;
|
||||
sha256 = "0968pmapg6157q4rvfp690l1sjnws8hm62lvm8kaaqysac339z7z";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user