Merge pull request #298339 from bobby285271/upd/planify

planify: 4.5.4 -> 4.5.8
This commit is contained in:
Bobby Rong 2024-03-24 12:13:35 +08:00 committed by GitHub
commit 4727e380aa
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.4";
version = "4.5.8";
src = fetchFromGitHub {
owner = "alainm23";
repo = "planify";
rev = version;
hash = "sha256-Q7QwsMUlejZStmQNRQntclHSCVQl54dtg8hyvXyM4PM=";
hash = "sha256-VTBnVVxv3hCyDKJlY/hE8oEDMNuMMWtm+NKzfD3tVzk=";
};
nativeBuildInputs = [