diff options
| author | Vincent Laporte <Vincent.Laporte@gmail.com> | 2021-08-01 17:07:34 +0200 |
|---|---|---|
| committer | Vincent Laporte <vbgl@users.noreply.github.com> | 2021-08-04 09:42:36 +0200 |
| commit | ae42a59565cd9274905f09cfcc88f774c1ff8d10 (patch) | |
| tree | 93687194f5b0bc635af0913209e543a875eea45c | |
| parent | rabbitmq-server: add patches for multiple CVEs (diff) | |
| download | nixpkgs-ae42a59565cd9274905f09cfcc88f774c1ff8d10.tar.gz | |
qarte: 4.6.0 → 4.12.0
(cherry picked from commit 5af58916df9f9192499263ec2c798a3e1a9218c1)
| -rw-r--r-- | pkgs/applications/video/qarte/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/video/qarte/default.nix b/pkgs/applications/video/qarte/default.nix index 26b3153019fb..9b80ddedcf3a 100644 --- a/pkgs/applications/video/qarte/default.nix +++ b/pkgs/applications/video/qarte/default.nix @@ -3,11 +3,11 @@ let pythonEnv = python3.withPackages (ps: with ps; [ pyqt5_with_qtmultimedia ]); in mkDerivation { - name = "qarte-4.6.0"; + name = "qarte-4.12.0"; src = fetchbzr { url = "http://bazaar.launchpad.net/~vincent-vandevyvre/qarte/qarte-4"; - rev = "22"; - sha256 = "0v4zpj8w67ydvnmanxbl8pwvn0cfv70c0mlw36a1r4n0rvgxffcn"; + rev = "56"; + sha256 = "0cq9dg04grl45xw43gi9wsb0vm8c4bcvh813h5lm4ry8b94lfx2i"; }; buildInputs = [ pythonEnv ]; |
