Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

planify: 4.11.4 -> 4.11.6 (#354994)

authored by Bobby Rong and committed by GitHub 23bb92fd 43618364

+2 -2
+2 -2
pkgs/by-name/pl/planify/package.nix
··· 28 28 29 29 stdenv.mkDerivation rec { 30 30 pname = "planify"; 31 - version = "4.11.4"; 31 + version = "4.11.6"; 32 32 33 33 src = fetchFromGitHub { 34 34 owner = "alainm23"; 35 35 repo = "planify"; 36 36 rev = version; 37 - hash = "sha256-ADNMSXvfeAT53coAtCu3CVCU5XUFhLbvAH3WPFoKJVE="; 37 + hash = "sha256-tHn3677bfJgAZnOfDjBJ87DUzr+e9I2lnCke/cN4olE="; 38 38 }; 39 39 40 40 nativeBuildInputs = [