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