mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
protontricks: 1.2.5 -> 1.3
This commit is contained in:
parent
f8948e9606
commit
093ea0c15a
@ -4,13 +4,13 @@
|
||||
|
||||
buildPythonApplication rec {
|
||||
pname = "protontricks";
|
||||
version = "1.2.5";
|
||||
version = "1.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Matoking";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "1nkhp1mnvah7zkc1s55jji9lxxbph1miw8dfl9kb72khmaqfzsf0";
|
||||
sha256 = "1x3ln9sxczkh9rpznw8q5jqfk17kzsjiz125xd15rqj5zqkrwkkd";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ vdf ];
|
||||
|
Loading…
Reference in New Issue
Block a user