Merge pull request #62705 from dtzWill/update/pyotherside-1.5.5

pyotherside: 1.5.4 -> 1.5.5
This commit is contained in:
markuskowa 2019-06-06 13:25:30 +02:00 committed by GitHub
commit 5675960768
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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