pyotherside: 1.5.9 -> 1.6.0

This commit is contained in:
R. Ryantm 2022-08-11 23:01:00 +00:00
parent f2c28f668c
commit 83b480164d

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "pyotherside";
version = "1.5.9";
version = "1.6.0";
src = fetchFromGitHub {
owner = "thp";
repo = "pyotherside";
rev = version;
sha256 = "1k1fdsinysgx5gp6q62jiwcyiklakmjv6wbi1s2659am96vz3zj8";
sha256 = "sha256-IIvL704snJIJbigAgJZ3WWg5a/mX/8qzgFN+dBEClG8=";
};
nativeBuildInputs = [ qmake ];