gnome-mines: 48.1 → 49.rc
https://gitlab.gnome.org/GNOME/gnome-mines/-/compare/48.1...49.rc Changelog-Reviewed-By: Bobby Rong <rjl931189261@126.com> Co-authored-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
@@ -14,18 +14,17 @@
|
||||
gettext,
|
||||
itstool,
|
||||
libxml2,
|
||||
libgnome-games-support_2_0,
|
||||
libgee,
|
||||
desktop-file-utils,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "gnome-mines";
|
||||
version = "48.1";
|
||||
version = "49.rc";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/gnome-mines/${lib.versions.major finalAttrs.version}/gnome-mines-${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-70stLd477GFBV+3eTZGJzGr+aSlSot1VsocOLmLtgQQ=";
|
||||
hash = "sha256-mPDYj+F1MyIgEATYYRnHVZXZO6mcNYLDgoO5rw+CdKg=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -43,7 +42,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
buildInputs = [
|
||||
gtk4
|
||||
libadwaita
|
||||
libgnome-games-support_2_0
|
||||
librsvg
|
||||
libgee
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user