planify: 4.2.1 -> 4.3.1

https://github.com/alainm23/planify/compare/4.2.1...4.3.1
This commit is contained in:
Bobby Rong
2023-12-19 22:48:55 +08:00
parent 91a00709ae
commit 76b336bae8
+4 -2
View File
@@ -16,6 +16,7 @@
, libgee
, libical
, libportal-gtk4
, libsoup_3
, pantheon
, sqlite
, webkitgtk_6_0
@@ -23,13 +24,13 @@
stdenv.mkDerivation rec {
pname = "planify";
version = "4.2.1";
version = "4.3.1";
src = fetchFromGitHub {
owner = "alainm23";
repo = "planify";
rev = version;
hash = "sha256-tcQNnfM690Je8sF19OSZ4GnXkhsSSrNHZ5EDXmMOW9Q=";
hash = "sha256-YF4un5j7zv0ishcgt00XDGy0AhR/bo6HJj04t0qfxwU=";
};
nativeBuildInputs = [
@@ -51,6 +52,7 @@ stdenv.mkDerivation rec {
libgee
libical
libportal-gtk4
libsoup_3
pantheon.granite7
sqlite
webkitgtk_6_0