mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
protontricks: 1.2.4 -> 1.2.5
This commit is contained in:
parent
5c126098ff
commit
c52f723d5e
@ -4,13 +4,13 @@
|
||||
|
||||
buildPythonApplication rec {
|
||||
pname = "protontricks";
|
||||
version = "1.2.4";
|
||||
version = "1.2.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Matoking";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "0kwf2m62v4w7ds9y2fpcb8scazirkj114rn8y0ak62ph7lav8ma4";
|
||||
sha256 = "1nkhp1mnvah7zkc1s55jji9lxxbph1miw8dfl9kb72khmaqfzsf0";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ vdf ];
|
||||
|
Loading…
Reference in New Issue
Block a user