gnome-calendar: 48.1 → 49.rc

https://gitlab.gnome.org/GNOME/gnome-calendar/-/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:
Jan Tojnar
2025-11-03 10:50:03 +01:00
co-authored by Bobby Rong
parent 5314d696a0
commit 9d52ff2389
+4 -2
View File
@@ -2,6 +2,7 @@
stdenv,
lib,
fetchurl,
blueprint-compiler,
meson,
ninja,
pkg-config,
@@ -22,14 +23,15 @@
stdenv.mkDerivation rec {
pname = "gnome-calendar";
version = "48.1";
version = "49.rc";
src = fetchurl {
url = "mirror://gnome/sources/gnome-calendar/${lib.versions.major version}/gnome-calendar-${version}.tar.xz";
hash = "sha256-Bs6t1cAL6ONYGB1CHs8mgs4K6i/LEtkDsw0pyjMonwI=";
hash = "sha256-gOLNpazuDytcfiFmY0+1nv5zTtmD375cU/AbEIiAHzI=";
};
nativeBuildInputs = [
blueprint-compiler
meson
ninja
pkg-config