gnome.aisleriot: 3.22.20 → 3.22.21

https://gitlab.gnome.org/GNOME/aisleriot/-/compare/3.22.20...3.22.21
This commit is contained in:
Bobby Rong 2022-03-23 22:16:36 +08:00 committed by Jan Tojnar
parent 5d92c840ed
commit ca71a3f375

View file

@ -1,4 +1,5 @@
{ lib, stdenv { stdenv
, lib
, fetchFromGitLab , fetchFromGitLab
, nix-update-script , nix-update-script
, pkg-config , pkg-config
@ -9,7 +10,7 @@
, librsvg , librsvg
, libxml2 , libxml2
, desktop-file-utils , desktop-file-utils
, guile , guile_3_0
, libcanberra-gtk3 , libcanberra-gtk3
, ninja , ninja
, appstream-glib , appstream-glib
@ -18,14 +19,14 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "aisleriot"; pname = "aisleriot";
version = "3.22.20"; version = "3.22.21";
src = fetchFromGitLab { src = fetchFromGitLab {
domain = "gitlab.gnome.org"; domain = "gitlab.gnome.org";
owner = "GNOME"; owner = "GNOME";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-5xFwlhT9qjtvNDQ8kfGd2BeK2KcJDzpfsEC8z4Ei3ns="; sha256 = "sha256-dpzuePxSoJcwUlj314r5G9A8aF1Yz49r+DxNTfA8/Ks=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -43,7 +44,7 @@ stdenv.mkDerivation rec {
buildInputs = [ buildInputs = [
gtk3 gtk3
librsvg librsvg
guile guile_3_0
libcanberra-gtk3 libcanberra-gtk3
]; ];