planify: 4.5.8 -> 4.5.11

https://github.com/alainm23/planify/compare/4.5.8...4.5.11
This commit is contained in:
Bobby Rong 2024-03-28 23:18:20 +08:00
parent 57e6b3a9e4
commit 94eaf2d49e
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.8";
version = "4.5.11";
src = fetchFromGitHub {
owner = "alainm23";
repo = "planify";
rev = version;
hash = "sha256-VTBnVVxv3hCyDKJlY/hE8oEDMNuMMWtm+NKzfD3tVzk=";
hash = "sha256-LMN+1ORp44uWVqzw1sjiZzx81s9l2msPFM3+sJ7qw8U=";
};
nativeBuildInputs = [