lol

Merge pull request #229467 from bobby285271/upd/gnome-nibbles

gnome.gnome-nibbles: 3.38.2 → 3.38.3

authored by

maxine and committed by
GitHub
e4ad8930 74e1c512

+2 -17
+2 -17
pkgs/desktops/gnome/games/gnome-nibbles/default.nix
··· 1 { lib 2 , stdenv 3 , fetchurl 4 - , fetchpatch 5 , pkg-config 6 , gnome 7 , gtk3 ··· 12 , gettext 13 , itstool 14 , vala 15 - , python3 16 , libxml2 17 , libgee 18 , libgnome-games-support ··· 24 25 stdenv.mkDerivation rec { 26 pname = "gnome-nibbles"; 27 - version = "3.38.2"; 28 29 src = fetchurl { 30 url = "mirror://gnome/sources/gnome-nibbles/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; 31 - sha256 = "1naknfbciydbym79a0jq039xf0033z8gyln48c0qsbcfr2qn8yj5"; 32 }; 33 34 - patches = [ 35 - # Fix build with recent Vala. 36 - (fetchpatch { 37 - url = "https://gitlab.gnome.org/GNOME/gnome-nibbles/-/commit/62964e9256fcac616109af874dbb2bd8342a9853.patch"; 38 - sha256 = "4VijELRxycS8rwi1HU9U3h9K/VtdQjJntfdtMN9Uz34="; 39 - }) 40 - (fetchpatch { 41 - url = "https://gitlab.gnome.org/GNOME/gnome-nibbles/-/commit/1b48446068608aff9b5edf1fdbd4b8c0d9f0be94.patch"; 42 - sha256 = "X0+Go5ae4F06WTPDYc2HIIax8X4RDgUGO6A6Qp8UifQ="; 43 - }) 44 - ]; 45 - 46 nativeBuildInputs = [ 47 meson 48 ninja 49 vala 50 - python3 51 pkg-config 52 wrapGAppsHook 53 gettext
··· 1 { lib 2 , stdenv 3 , fetchurl 4 , pkg-config 5 , gnome 6 , gtk3 ··· 11 , gettext 12 , itstool 13 , vala 14 , libxml2 15 , libgee 16 , libgnome-games-support ··· 22 23 stdenv.mkDerivation rec { 24 pname = "gnome-nibbles"; 25 + version = "3.38.3"; 26 27 src = fetchurl { 28 url = "mirror://gnome/sources/gnome-nibbles/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; 29 + sha256 = "l1/eHYPHsVs5Lqx6NZFhKQ/IrrdgXBHnHO4MPDJrXmE="; 30 }; 31 32 nativeBuildInputs = [ 33 meson 34 ninja 35 vala 36 pkg-config 37 wrapGAppsHook 38 gettext