Merge pull request #275818 from bobby285271/upd/planify

planify: 4.3.1 -> 4.3.2
This commit is contained in:
Nick Cao 2023-12-21 11:09:33 -05:00 committed by GitHub
commit a5ca9be553
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,13 +24,13 @@
stdenv.mkDerivation rec {
pname = "planify";
version = "4.3.1";
version = "4.3.2";
src = fetchFromGitHub {
owner = "alainm23";
repo = "planify";
rev = version;
hash = "sha256-YF4un5j7zv0ishcgt00XDGy0AhR/bo6HJj04t0qfxwU=";
hash = "sha256-i+Up92Gl3FjgQ4GpcZruvYD//TPNWktSuWXGgDTwbWw=";
};
nativeBuildInputs = [