planify: 4.17.0 -> 4.18.0 (#488330)

This commit is contained in:
Bobby Rong
2026-02-08 14:25:58 +00:00
committed by GitHub
+2 -2
View File
@@ -29,13 +29,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "planify";
version = "4.17.0";
version = "4.18.0";
src = fetchFromGitHub {
owner = "alainm23";
repo = "planify";
tag = "v${finalAttrs.version}";
hash = "sha256-wsjLx5MYLAnYZEAeavvuh0nogpINeklo2VD3EftW+UA=";
hash = "sha256-9yNOiYmsYNLupIFn0H4rq9RqeCFzBpsE9Gj5kkqbNho=";
};
nativeBuildInputs = [