gnome.aisleriot: 3.22.21 → 3.22.22

https://gitlab.gnome.org/GNOME/aisleriot/-/compare/3.22.21...3.22.22
This commit is contained in:
Bobby Rong 2022-04-01 03:05:13 +00:00
parent 5b099769b0
commit 20d0500abd
No known key found for this signature in database
GPG Key ID: ED07364437C91161

View File

@ -10,7 +10,7 @@
, librsvg
, libxml2
, desktop-file-utils
, guile_3_0
, guile
, libcanberra-gtk3
, ninja
, appstream-glib
@ -19,14 +19,14 @@
stdenv.mkDerivation rec {
pname = "aisleriot";
version = "3.22.21";
version = "3.22.22";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "GNOME";
repo = pname;
rev = version;
sha256 = "sha256-dpzuePxSoJcwUlj314r5G9A8aF1Yz49r+DxNTfA8/Ks=";
sha256 = "sha256-Jr4XEj6h+gI1gNqoJ/cJ3cDBB4mSbpzvOUQkwGxkLPs=";
};
nativeBuildInputs = [
@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
buildInputs = [
gtk3
librsvg
guile_3_0
guile
libcanberra-gtk3
];