Merge pull request #69328 from MetaDark/protontricks

protontricks: 1.2.4 -> 1.2.5
This commit is contained in:
Jörg Thalheim 2019-09-24 03:27:40 +01:00 committed by GitHub
commit 9f35287e8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];