pyotherside: 1.5.4 -> 1.5.5

https://github.com/thp/pyotherside/releases/tag/1.5.5
This commit is contained in:
Will Dietz 2019-06-04 16:15:32 -05:00
parent ae666de77c
commit eced625802
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "pyotherside";
version = "1.5.4";
version = "1.5.5";
src = fetchFromGitHub {
owner = "thp";
repo = "pyotherside";
rev = version;
sha256 = "1cmmsmzmis4a463p2fjlzbkpw8r53wfvq3mldyfgmi14dkxr3ln3";
sha256 = "1mczagl7mrgw9rqxlasgybrkfigdw1g7k542q75am8gp82m6wka9";
};
nativeBuildInputs = [ qmake ];