Skip to content

Commit

Permalink
Merge pull request #61318 from r-ryantm/auto-update/gtksourceview
Browse files Browse the repository at this point in the history
gtksourceview: 3.24.10 -> 3.24.11
  • Loading branch information
worldofpeace committed May 12, 2019
2 parents 0695bb6 + 7a47b92 commit 1cc66f5
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 @@ -3,11 +3,11 @@

stdenv.mkDerivation rec {
name = "gtksourceview-${version}";
version = "3.24.10";
version = "3.24.11";

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

propagatedBuildInputs = [
Expand Down

0 comments on commit 1cc66f5

Please sign in to comment.