Merge pull request #334055 from r-ryantm/auto-update/planify

planify: 4.10.5 -> 4.10.7
This commit is contained in:
Nick Cao 2024-08-12 14:41:21 -04:00 committed by GitHub
commit 14557bae27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,13 +28,13 @@
stdenv.mkDerivation rec {
pname = "planify";
version = "4.10.5";
version = "4.10.7";
src = fetchFromGitHub {
owner = "alainm23";
repo = "planify";
rev = version;
hash = "sha256-tjU7/JZjJqH9H/EWMoAbRurJtIDv8BTT938EnJicTv4=";
hash = "sha256-jGfLbKDhiBpLkO5de5aLBwLw6xBZ+IIsYPDX4/XGPqE=";
};
nativeBuildInputs = [