planify: 4.7.2 -> 4.7.4

+2 -2
+2 -2
pkgs/applications/office/planify/default.nix
··· 28 29 stdenv.mkDerivation rec { 30 pname = "planify"; 31 - version = "4.7.2"; 32 33 src = fetchFromGitHub { 34 owner = "alainm23"; 35 repo = "planify"; 36 rev = version; 37 - hash = "sha256-G0A3U0TUGL4RT1wpIXw/cIwDDlaLCPpo5QG6bJfoIYc="; 38 }; 39 40 nativeBuildInputs = [
··· 28 29 stdenv.mkDerivation rec { 30 pname = "planify"; 31 + version = "4.7.4"; 32 33 src = fetchFromGitHub { 34 owner = "alainm23"; 35 repo = "planify"; 36 rev = version; 37 + hash = "sha256-x76HasjETqXqE5yXE69/69NAYEWAksHSt0nYRq8/P0k="; 38 }; 39 40 nativeBuildInputs = [