planify: 4.5.4 -> 4.5.8

https://github.com/alainm23/planify/compare/4.5.4...4.5.8
This commit is contained in:
Bobby Rong 2024-03-23 20:01:16 +08:00
parent 20f77aa099
commit 5074eb3c60
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -27,13 +27,13 @@
stdenv.mkDerivation rec {
pname = "planify";
version = "4.5.4";
version = "4.5.8";
src = fetchFromGitHub {
owner = "alainm23";
repo = "planify";
rev = version;
hash = "sha256-Q7QwsMUlejZStmQNRQntclHSCVQl54dtg8hyvXyM4PM=";
hash = "sha256-VTBnVVxv3hCyDKJlY/hE8oEDMNuMMWtm+NKzfD3tVzk=";
};
nativeBuildInputs = [