qutebrowser: 1.6.3 -> 1.7.0
pdfjs: 1.10.100 -> 2.1.266
This commit is contained in:
parent
f9ed3a6754
commit
fa7716c6b5
1 changed files with 6 additions and 6 deletions
|
@ -10,23 +10,23 @@ assert withMediaPlayback -> gst_all_1 != null;
|
|||
|
||||
let
|
||||
pdfjs = let
|
||||
version = "1.10.100";
|
||||
version = "2.1.266";
|
||||
in
|
||||
fetchzip rec {
|
||||
name = "pdfjs-${version}";
|
||||
url = "https://github.com/mozilla/pdf.js/releases/download/v${version}/${name}-dist.zip";
|
||||
sha256 = "04df4cf6i6chnggfjn6m1z9vb89f01a0l9fj5rk21yr9iirq9rkq";
|
||||
sha256 = "1ybbnpz2jcdikzwr7r13lq528vxj3bpms1fqmg3n1zgs30cqpkby";
|
||||
stripRoot = false;
|
||||
};
|
||||
|
||||
in mkDerivationWith python3Packages.buildPythonApplication rec {
|
||||
pname = "qutebrowser";
|
||||
version = "1.6.3";
|
||||
version = "1.7.0";
|
||||
|
||||
# the release tarballs are different from the git checkout!
|
||||
src = fetchurl {
|
||||
url = "https://github.com/qutebrowser/qutebrowser/releases/download/v${version}/${pname}-${version}.tar.gz";
|
||||
sha256 = "0z9an14vlv0r48x7fk0mk7465gnhh19dx1w63lyhsgnfqy5pzlhy";
|
||||
sha256 = "0wyjmb2qvnw3gn0ypgckwblmn7kasi12dfwp343hi6wscqripw7i";
|
||||
};
|
||||
|
||||
# Needs tox
|
||||
|
@ -74,8 +74,8 @@ in mkDerivationWith python3Packages.buildPythonApplication rec {
|
|||
|
||||
postInstall = ''
|
||||
install -Dm644 doc/qutebrowser.1 "$out/share/man/man1/qutebrowser.1"
|
||||
install -Dm644 misc/qutebrowser.desktop \
|
||||
"$out/share/applications/qutebrowser.desktop"
|
||||
install -Dm644 misc/org.qutebrowser.qutebrowser.desktop \
|
||||
"$out/share/applications/org.qutebrowser.qutebrowser.desktop"
|
||||
|
||||
# Install icons
|
||||
for i in 16 24 32 48 64 128 256 512; do
|
||||
|
|
Loading…
Reference in a new issue