Skip to content

Commit

Permalink
qutebrowser: 1.3.2 -> 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Schütz committed Jun 22, 2018
1 parent a8c7103 commit 3c8d19f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/browsers/qutebrowser/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ let
in python3Packages.buildPythonApplication rec {
name = "qutebrowser-${version}${versionPostfix}";
namePrefix = "";
version = "1.3.2";
version = "1.3.3";
versionPostfix = "";

# the release tarballs are different from the git checkout!
src = fetchurl {
url = "https://github.com/qutebrowser/qutebrowser/releases/download/v${version}/${name}.tar.gz";
sha256 = "0zy2cm85qq095hk94d8jk6yqpyy0f31vb2pfbdpgg93b9vvzajzz";
sha256 = "01lrbkddm4wagx4hq6cz5qwvb8q8nlz0xa35k317gvr3pmnvgjk8";
};

# Needs tox
Expand Down

5 comments on commit 3c8d19f

@garrett-hopper
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dotlambda What would it take to get this to also use Qt 5.11? qutebrowser/qutebrowser#3010

@dotlambda
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On master, Qt 5.11 is already the default:

$ qutebrowser --version
qutebrowser v1.3.3
Git commit: 
Backend: QtWebEngine (Chromium 65.0.3325.151)

CPython: 3.6.5
Qt: 5.11.0
PyQt: 5.10.1

So, if you install qutebrowser from the nixos-unstable channel, Qt 5.11 will be used.

@garrett-hopper
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, interesting. I just upgraded yesterday, and Qutebrowser is still using 5.10.1.

qutebrowser v1.3.3
Git commit:
Backend: QtWebEngine (Chromium 61.0.3163.140)

CPython: 3.6.5
Qt: 5.10.1
PyQt: 5.10

@garrett-hopper
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So I was using a global NixOS channel; I just added nixos-unstable and upgraded nix-env. (I have Qutebrowser installed via nix-env.) I'm stil seeing 5.10.1.
http://paste.the-compiler.org/view/raw/c4b778fc

@garrett-hopper
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright, disregard. I was having issues with my user's channel not being used over my NixOS channel.

Please sign in to comment.