mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 20:53:22 +00:00
planify: 4.4 -> 4.5.2
https://github.com/alainm23/planify/compare/4.4...4.5.2
This commit is contained in:
parent
710327c029
commit
60b457f504
@ -12,11 +12,13 @@
|
||||
, glib-networking
|
||||
, gtk4
|
||||
, gtksourceview5
|
||||
, gxml
|
||||
, json-glib
|
||||
, libadwaita
|
||||
, libgee
|
||||
, libical
|
||||
, libportal-gtk4
|
||||
, libsecret
|
||||
, libsoup_3
|
||||
, pantheon
|
||||
, sqlite
|
||||
@ -25,13 +27,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "planify";
|
||||
version = "4.4";
|
||||
version = "4.5.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "alainm23";
|
||||
repo = "planify";
|
||||
rev = version;
|
||||
hash = "sha256-HX6ZMx2NUAQxEGLIk/wgUlQX0BFtee3+t/JdlMTIYBw=";
|
||||
hash = "sha256-huHNcAIwTvKssPQmOGCc6UzPxCh7JP1gM6BGbD0QM/w=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -49,11 +51,13 @@ stdenv.mkDerivation rec {
|
||||
glib-networking
|
||||
gtk4
|
||||
gtksourceview5
|
||||
gxml
|
||||
json-glib
|
||||
libadwaita
|
||||
libgee
|
||||
libical
|
||||
libportal-gtk4
|
||||
libsecret
|
||||
libsoup_3
|
||||
pantheon.granite7
|
||||
sqlite
|
||||
|
Loading…
Reference in New Issue
Block a user