Merge pull request #62799 from dtzWill/update/pyotherside-1.5.6

pyotherside: 1.5.5 -> 1.5.6
This commit is contained in:
Elis Hirwing 2019-06-09 21:01:43 +02:00 committed by GitHub
commit 6fe625854b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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