2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-24 05:00:19 +00:00

Merge pull request from r-ryantm/auto-update/python312Packages.uxsim

python312Packages.uxsim: 1.4.0 -> 1.5.0
This commit is contained in:
Nick Cao 2024-08-21 16:16:49 -04:00 committed by GitHub
commit 36a9aeaaa1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,14 +17,14 @@
}:
buildPythonPackage rec {
pname = "uxsim";
version = "1.4.0";
version = "1.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "toruseo";
repo = "UXsim";
rev = "refs/tags/v${version}";
hash = "sha256-cWtBmBmrQTruRZ8n8O6i9LGlHMR5UvRhcOICvwP383M=";
hash = "sha256-hZjyUKDzI8AZW8OFC+RKbJNt8qXuHjTX9STYJTWszF4=";
};
patches = [ ./add-qt-plugin-path-to-env.patch ];