Skip to content

Commit

Permalink
Merge pull request #52297 from r-ryantm/auto-update/gtksourceview
Browse files Browse the repository at this point in the history
gnome3.gtksourceview: 3.24.8 -> 3.24.9
  • Loading branch information
jtojnar committed Dec 16, 2018
2 parents 6a2c004 + e94afe9 commit 6c4a72e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/gtksourceview/3.x.nix
Expand Up @@ -5,11 +5,11 @@ let
checkInputs = [ xvfb_run dbus ];
in stdenv.mkDerivation rec {
name = "gtksourceview-${version}";
version = "3.24.8";
version = "3.24.9";

src = fetchurl {
url = "mirror://gnome/sources/gtksourceview/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
sha256 = "1zinqid62zjcsq7vy1y4mq1qh3hzd3zj7p8np7g0bdqd37zvi6qy";
sha256 = "1hh7brcvpip96mkf9460ksy2qpx2pwynwd0634rx78z6afj7d7b9";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 6c4a72e

Please sign in to comment.