[Backport release-26.05] planify: 4.19.3 -> 4.19.4 (#526723)

This commit is contained in:
Bobby Rong 2026-06-01 14:59:18 +00:00 committed by GitHub
commit 2ee71a99c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,13 +29,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "planify";
version = "4.19.3";
version = "4.19.4";
src = fetchFromGitHub {
owner = "alainm23";
repo = "planify";
tag = "v${finalAttrs.version}";
hash = "sha256-811T28jvPTHwNDlR03Ym2f6RPq0N3FLZFqnThBIW1CU=";
hash = "sha256-TUtaz0dYy4j6WBcHCLJR5+Rh6PwcU51PfxvdgEUM+vU=";
};
nativeBuildInputs = [