Merge pull request #186182 from r-ryantm/auto-update/pyotherside

pyotherside: 1.5.9 -> 1.6.0
This commit is contained in:
Jonas Heinrich 2022-08-13 16:39:15 +02:00 committed by GitHub
commit 69cc7ac0e9
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.9";
version = "1.6.0";
src = fetchFromGitHub {
owner = "thp";
repo = "pyotherside";
rev = version;
sha256 = "1k1fdsinysgx5gp6q62jiwcyiklakmjv6wbi1s2659am96vz3zj8";
sha256 = "sha256-IIvL704snJIJbigAgJZ3WWg5a/mX/8qzgFN+dBEClG8=";
};
nativeBuildInputs = [ qmake ];