planify: 4.6 -> 4.7

https://github.com/alainm23/planify/compare/4.6...4.7
This commit is contained in:
Bobby Rong 2024-05-01 22:39:39 +08:00
parent 58a1abdbae
commit 33b24b308f
No known key found for this signature in database

View file

@ -27,13 +27,13 @@
stdenv.mkDerivation rec {
pname = "planify";
version = "4.6";
version = "4.7";
src = fetchFromGitHub {
owner = "alainm23";
repo = "planify";
rev = version;
hash = "sha256-vyw8SjI8EM9giYpAsCNppgSydPEBNz2sbFahEKmKe6w=";
hash = "sha256-5hiVTU1w3Rk/BdxYwDB0Y+EZFnSAaEWtx19IB1ak1yY=";
};
nativeBuildInputs = [