planify: 4.8.4 -> 4.9.0

This commit is contained in:
R. Ryantm
2024-07-22 20:30:28 +08:00
committed by Bobby Rong
parent c6a57ed6c9
commit d90f155b78
+2 -2
View File
@@ -28,13 +28,13 @@
stdenv.mkDerivation rec {
pname = "planify";
version = "4.8.4";
version = "4.9.0";
src = fetchFromGitHub {
owner = "alainm23";
repo = "planify";
rev = version;
hash = "sha256-iQo7ETz5j/Uy5a96XFRkZ0U67dTHWEYLsr/qUi79Y4E=";
hash = "sha256-zNQe0w8Vbe+ZIYTer1ISwJ6yA4dOdDtuWme5txcbY3w=";
};
nativeBuildInputs = [