planify: 4.5.12 -> 4.6

This commit is contained in:
R. Ryantm 2024-04-16 05:27:28 +00:00 committed by Bobby Rong
parent 8ab305986d
commit 229626d4d0
1 changed files with 2 additions and 2 deletions

View File

@ -27,13 +27,13 @@
stdenv.mkDerivation rec {
pname = "planify";
version = "4.5.12";
version = "4.6";
src = fetchFromGitHub {
owner = "alainm23";
repo = "planify";
rev = version;
hash = "sha256-Aj2kvffLl8vEqzirAy45E+jGB9iRp2mSYq0YWJ3nrj8=";
hash = "sha256-vyw8SjI8EM9giYpAsCNppgSydPEBNz2sbFahEKmKe6w=";
};
nativeBuildInputs = [