planify: 4.11.6 -> 4.12.0

This commit is contained in:
R. Ryantm
2025-02-05 01:51:43 +00:00
parent ab36ef17c8
commit 36e309d1dc
+2 -2
View File
@@ -29,13 +29,13 @@
stdenv.mkDerivation rec {
pname = "planify";
version = "4.11.6";
version = "4.12.0";
src = fetchFromGitHub {
owner = "alainm23";
repo = "planify";
rev = version;
hash = "sha256-tHn3677bfJgAZnOfDjBJ87DUzr+e9I2lnCke/cN4olE=";
hash = "sha256-YgNM+fzss1+Q6Fv9mhedhCorWFnerx5oC3iISEhs6z8=";
};
nativeBuildInputs = [