Merge pull request #58072 from r-ryantm/auto-update/falkon

falkon: 3.0.1 -> 3.1.0
This commit is contained in:
Peter Hoeg 2019-03-26 15:41:39 +08:00 committed by GitHub
commit 6a66392d9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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 = ''