planner: 0.14.91 -> 0.14.92

https://gitlab.gnome.org/World/planner/-/compare/0.14.91...0.14.92
This commit is contained in:
R. RyanTM
2023-12-29 22:55:32 +08:00
committed by GitHub
parent d05b9fdc8f
commit ff08528810
+2 -2
View File
@@ -17,14 +17,14 @@
stdenv.mkDerivation rec {
pname = "planner";
version = "0.14.91";
version = "0.14.92";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "World";
repo = "planner";
rev = version;
hash = "sha256-LxctZv/CKolJ1I4Hql20E+/+p+ZoJLR1eZe34HPMqvY=";
hash = "sha256-2LmNeyZURVtA52Vosyn44wT8zSaJn8tR+8sPM9atAwM=";
};
postPatch = ''