mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
gnome-nibbles: 4.2.0 → 4.2.2
https://gitlab.gnome.org/GNOME/gnome-nibbles/-/compare/4.2.0...4.2.2 Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
f837e7a70b
commit
63f31ff3a0
1 changed files with 4 additions and 2 deletions
|
@ -4,6 +4,7 @@
|
|||
fetchurl,
|
||||
pkg-config,
|
||||
gnome,
|
||||
gsound,
|
||||
gtk4,
|
||||
wrapGAppsHook4,
|
||||
librsvg,
|
||||
|
@ -21,11 +22,11 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "gnome-nibbles";
|
||||
version = "4.2.0";
|
||||
version = "4.2.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/gnome-nibbles/${lib.versions.majorMinor finalAttrs.version}/gnome-nibbles-${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-Umws/AsigNry9Upi5YFmVvrD3WBinQfBygbYKm1SRKE=";
|
||||
hash = "sha256-Pkofm68cV7joNd7fCGnjJy5lNKHdacTib64QxCAKrwA=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -41,6 +42,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
];
|
||||
|
||||
buildInputs = [
|
||||
gsound
|
||||
gtk4
|
||||
librsvg
|
||||
libadwaita
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue