planify: 4.11.0 -> 4.11.2

This commit is contained in:
R. Ryantm 2024-09-14 01:34:19 +00:00
parent 04550829fe
commit ecb02d37b5

View File

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