Merge pull request #299782 from bobby285271/upd/planify

planify: 4.5.8 -> 4.5.11
This commit is contained in:
Bobby Rong 2024-03-29 23:15:29 +08:00 committed by GitHub
commit 0613a731ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = [