planify: 4.11.4 -> 4.11.6 (#354994)

This commit is contained in:
Bobby Rong 2024-11-12 19:37:19 +08:00 committed by GitHub
commit 23bb92fdae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,13 +28,13 @@
stdenv.mkDerivation rec {
pname = "planify";
version = "4.11.4";
version = "4.11.6";
src = fetchFromGitHub {
owner = "alainm23";
repo = "planify";
rev = version;
hash = "sha256-ADNMSXvfeAT53coAtCu3CVCU5XUFhLbvAH3WPFoKJVE=";
hash = "sha256-tHn3677bfJgAZnOfDjBJ87DUzr+e9I2lnCke/cN4olE=";
};
nativeBuildInputs = [