planify: 4.10.5 -> 4.10.7

This commit is contained in:
R. Ryantm 2024-08-12 04:01:43 +00:00
parent d1c8738267
commit 927ad17355

View File

@ -28,13 +28,13 @@
stdenv.mkDerivation rec {
pname = "planify";
version = "4.10.5";
version = "4.10.7";
src = fetchFromGitHub {
owner = "alainm23";
repo = "planify";
rev = version;
hash = "sha256-tjU7/JZjJqH9H/EWMoAbRurJtIDv8BTT938EnJicTv4=";
hash = "sha256-jGfLbKDhiBpLkO5de5aLBwLw6xBZ+IIsYPDX4/XGPqE=";
};
nativeBuildInputs = [