Merge pull request #301503 from bobby285271/upd/planify

planify: 4.5.11 -> 4.5.12
This commit is contained in:
Bobby Rong 2024-04-05 00:13:55 +08:00 committed by GitHub
commit ef8bd65672
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 = [