pyotherside: 1.6.1 -> 1.6.2 (#382554)

This commit is contained in:
Nick Cao
2025-02-16 10:20:36 -05:00
committed by GitHub
@@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "pyotherside";
version = "1.6.1";
version = "1.6.2";
src = fetchFromGitHub {
owner = "thp";
repo = "pyotherside";
rev = version;
sha256 = "sha256-Fh0gtbBi391ZgwS68FX1zUzeuz8ayEjlwnEM8LjaB8k=";
sha256 = "sha256-2OYVULNW9EzssqodiVtL2EmhTSbefXpLkub3zFvNwNo=";
};
nativeBuildInputs = [ qmake ];