planify: 4.5.11 -> 4.5.12

https://github.com/alainm23/planify/compare/4.5.11...4.5.12
This commit is contained in:
Bobby Rong
2024-04-04 18:21:22 +08:00
parent 230dd631f0
commit a1cc8a9417
+2 -2
View File
@@ -27,13 +27,13 @@
stdenv.mkDerivation rec {
pname = "planify";
version = "4.5.11";
version = "4.5.12";
src = fetchFromGitHub {
owner = "alainm23";
repo = "planify";
rev = version;
hash = "sha256-LMN+1ORp44uWVqzw1sjiZzx81s9l2msPFM3+sJ7qw8U=";
hash = "sha256-Aj2kvffLl8vEqzirAy45E+jGB9iRp2mSYq0YWJ3nrj8=";
};
nativeBuildInputs = [