pyotherside: 1.6.0 -> 1.6.1

This commit is contained in:
R. Ryantm 2024-05-20 03:03:03 +00:00
parent 454d208c02
commit 1a684a23d7

View File

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