Skip to content

Commit

Permalink
Revert "gtksourceview: 3.24.9 -> 3.24.10 (#58175)"
Browse files Browse the repository at this point in the history
This reverts commit 759e548.
  • Loading branch information
worldofpeace committed Apr 8, 2019
1 parent 1462ef2 commit dce01f9
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.9";

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

propagatedBuildInputs = [
Expand Down

0 comments on commit dce01f9

Please sign in to comment.