Skip to content

Commit

Permalink
gnome3.gnome-chess: 3.38.0 -> 3.38.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and jtojnar committed Dec 9, 2020
1 parent 90a854f commit d028eb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/desktops/gnome-3/games/gnome-chess/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

stdenv.mkDerivation rec {
pname = "gnome-chess";
version = "3.38.0";
version = "3.38.1";

src = fetchurl {
url = "mirror://gnome/sources/gnome-chess/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "10y248xdjx9b0izxii9fjyvkra65jxfx66ivwznmn0cadda9gdqg";
sha256 = "1bpmi5p5vvjdq2rlm5x9k4gpci8jbrjvdxr1q62h5znzq0vz0w0l";
};

nativeBuildInputs = [ meson ninja vala pkgconfig gettext itstool libxml2 python3 wrapGAppsHook gobject-introspection ];
Expand Down

0 comments on commit d028eb3

Please sign in to comment.