karlender: 0.6.2 -> 0.7.1

This commit is contained in:
zendo 2022-11-02 07:54:54 +08:00
parent a8f36d5717
commit ff51fc679b

View file

@ -11,22 +11,23 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "karlender"; pname = "karlender";
version = "0.6.2"; version = "0.7.1";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "loers"; owner = "floers";
repo = "karlender"; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-YF46C+Vz7eGl4lqOQXqiQqaa6ieo1p8l6QCh4oNSJEg="; hash = "sha256-dgxhXxtwQvaWMLCh8ac67L+R6jnJQdFzoyWKyrboPTk=";
}; };
cargoSha256 = "sha256-Kx5K2tp5PAQWac8LVrmOsk8Qf9m34SJ1vyfv7Ef2Wr0="; cargoHash = "sha256-DsayK3wk2BVG2tqijWWQqUv5uPb/lcZXmwy8pbmd430=";
nativeBuildInputs = [ nativeBuildInputs = [
pkg-config pkg-config
wrapGAppsHook4 wrapGAppsHook4
glib glib
]; ];
buildInputs = [ buildInputs = [
gtk4 gtk4
libadwaita libadwaita
@ -52,7 +53,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; { meta = with lib; {
description = "Mobile-friendly GTK calendar application"; description = "Mobile-friendly GTK calendar application";
homepage = "https://gitlab.com/loers/karlender"; homepage = "https://gitlab.com/floers/karlender";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ chuangzhu ]; maintainers = with maintainers; [ chuangzhu ];
platforms = platforms.linux; platforms = platforms.linux;