falkon: 3.0.1 -> 3.1.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/falkon/versions
This commit is contained in:
R. RyanTM 2019-03-21 14:08:18 -07:00
parent 213d6dd6ac
commit e79240548c

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
name = "falkon-${version}";
version = "3.0.1";
version = "3.1.0";
src = fetchFromGitHub {
owner = "KDE";
repo = "falkon";
rev = "v${version}";
sha256 = "1ay1ljrdjcfqwjv4rhf4psh3dfihnvhpmpqcayd3p9lh57x7fh41";
sha256 = "1w64slh9wpcfi4v7ds9wci1zvwh0dh787ndpi6hd4kmdgnswvsw7";
};
preConfigure = ''