gnome.gnome-calendar: 44.0 → 44.1

https://gitlab.gnome.org/GNOME/gnome-calendar/-/compare/44.0...44.1
This commit is contained in:
Bobby Rong 2023-04-23 01:00:37 +00:00
parent 9ac500b2b3
commit fd00edb399
No known key found for this signature in database

View File

@ -22,11 +22,11 @@
stdenv.mkDerivation rec {
pname = "gnome-calendar";
version = "44.0";
version = "44.1";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "lqzXTL9FZSk0UVzDRHo7iV6TP4YyTKkkNvZ93WPDqAI=";
sha256 = "MKG3OLZwvRJORiRo5nEYf8DbpbnuKvao69nnh0vzt34=";
};
nativeBuildInputs = [