pyotherside: 1.5.8 -> 1.5.9 (#78292)

pyotherside: 1.5.8 -> 1.5.9
This commit is contained in:
Jörg Thalheim 2020-01-22 16:06:38 +00:00 committed by GitHub
commit 8db08a9529
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.8";
version = "1.5.9";
src = fetchFromGitHub {
owner = "thp";
repo = "pyotherside";
rev = version;
sha256 = "0dnsvyg990ln3bdjdyc5b4lbb63wcjij0skq8pb4x4jglfy7vz4z";
sha256 = "1k1fdsinysgx5gp6q62jiwcyiklakmjv6wbi1s2659am96vz3zj8";
};
nativeBuildInputs = [ qmake ];