3
0
Fork 0
forked from mirrors/nixpkgs

pyotherside: 1.5.6 -> 1.5.8

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pyotherside/versions
This commit is contained in:
R. RyanTM 2019-07-02 01:37:35 -07:00 committed by Frederik Rietdijk
parent 7ef0c72310
commit ce083f4bf4

View file

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