planify: 4.15.1 -> 4.15.2 (#459459)

This commit is contained in:
Bobby Rong
2025-11-07 14:02:43 +00:00
committed by GitHub
+2 -2
View File
@@ -29,13 +29,13 @@
stdenv.mkDerivation rec {
pname = "planify";
version = "4.15.1";
version = "4.15.2";
src = fetchFromGitHub {
owner = "alainm23";
repo = "planify";
tag = "v${version}";
hash = "sha256-b0I6UXdE0EqRP9FrqRyf1CscYSlYjFPcmIgkMjCLWMc=";
hash = "sha256-i6yAObfSMZyHHK/1YUFppU9gcFJj7WL48Eqe6IQAh4M=";
};
nativeBuildInputs = [