planify: 4.11.0 -> 4.11.2 (#341709)

This commit is contained in:
Bobby Rong
2024-09-14 21:01:19 +08:00
committed by GitHub
+2 -2
View File
@@ -28,13 +28,13 @@
stdenv.mkDerivation rec {
pname = "planify";
version = "4.11.0";
version = "4.11.2";
src = fetchFromGitHub {
owner = "alainm23";
repo = "planify";
rev = version;
hash = "sha256-jAQXe7g+u4tHca4QL8Ae8Yvl+esvGQpCHbDlycAwFZ4=";
hash = "sha256-yEe8zBaczCCY5Cs9lIc2J3GYSeDwmB1vsX9cANXQIC0=";
};
nativeBuildInputs = [