planify: 4.8.2 -> 4.8.4

This commit is contained in:
R. Ryantm 2024-06-23 14:14:21 +00:00 committed by Bobby Rong
parent 2b14afdba3
commit 799243cebf

View File

@ -28,13 +28,13 @@
stdenv.mkDerivation rec {
pname = "planify";
version = "4.8.2";
version = "4.8.4";
src = fetchFromGitHub {
owner = "alainm23";
repo = "planify";
rev = version;
hash = "sha256-IwFA/4QGfkMYbuUxbg3/jkrud0MUlEjtkYtCLy+3emc=";
hash = "sha256-iQo7ETz5j/Uy5a96XFRkZ0U67dTHWEYLsr/qUi79Y4E=";
};
nativeBuildInputs = [