Commit f9a9dcb8 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.uxsim: 1.10.2 -> 1.11.0

parent 9e31b6e2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@
}:
buildPythonPackage rec {
  pname = "uxsim";
  version = "1.10.2";
  version = "1.11.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "toruseo";
    repo = "UXsim";
    tag = "v${version}";
    hash = "sha256-GK1tD0STBCR0Z/JHdhrgLun6t2snJqi/oFGUOeiXk6c=";
    hash = "sha256-q8L6UkKL+M9zgax6jjxwkFrwayaxMTYJRfWt8Rnj00I=";
  };

  patches = [ ./add-qt-plugin-path-to-env.patch ];