pyotherside: 1.5.8 -> 1.5.9

This commit is contained in:
R. RyanTM 2020-01-22 14:38:31 +00:00
parent 4311cfa157
commit ac0226301d

View File

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