planify: 4.10.8 -> 4.11.0

This commit is contained in:
R. Ryantm 2024-08-29 13:47:36 +00:00
parent b4f7fb7143
commit a5582acfeb

View File

@ -28,13 +28,13 @@
stdenv.mkDerivation rec {
pname = "planify";
version = "4.10.8";
version = "4.11.0";
src = fetchFromGitHub {
owner = "alainm23";
repo = "planify";
rev = version;
hash = "sha256-gbwpNlWtJocKQqTFLoroUbXn4FOOA7LO1H/IduEsyrg=";
hash = "sha256-jAQXe7g+u4tHca4QL8Ae8Yvl+esvGQpCHbDlycAwFZ4=";
};
nativeBuildInputs = [