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 1 { lib 2 2 , stdenv 3 3 , fetchurl 4 - , fetchpatch 5 4 , pkg-config 6 5 , gnome 7 6 , gtk3 ··· 12 11 , gettext 13 12 , itstool 14 13 , vala 15 - , python3 16 14 , libxml2 17 15 , libgee 18 16 , libgnome-games-support ··· 24 22 25 23 stdenv.mkDerivation rec { 26 24 pname = "gnome-nibbles"; 27 - version = "3.38.2"; 25 + version = "3.38.3"; 28 26 29 27 src = fetchurl { 30 28 url = "mirror://gnome/sources/gnome-nibbles/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; 31 - sha256 = "1naknfbciydbym79a0jq039xf0033z8gyln48c0qsbcfr2qn8yj5"; 29 + sha256 = "l1/eHYPHsVs5Lqx6NZFhKQ/IrrdgXBHnHO4MPDJrXmE="; 32 30 }; 33 31 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 32 nativeBuildInputs = [ 47 33 meson 48 34 ninja 49 35 vala 50 - python3 51 36 pkg-config 52 37 wrapGAppsHook 53 38 gettext