auto-changelog: 2.4.0 -> 2.5.0

diff: https://github.com/cookpete/auto-changelog/compare/v2.4.0...v2.5.0
changelog: https://github.com/cookpete/auto-changelog/blob/master/CHANGELOG.md#v250

+3 -3
+3 -3
pkgs/by-name/au/auto-changelog/package.nix
··· 10 10 }: 11 11 stdenv.mkDerivation (finalAttrs: { 12 12 pname = "auto-changelog"; 13 - version = "2.4.0"; 13 + version = "2.5.0"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "cookpete"; 17 17 repo = "auto-changelog"; 18 18 rev = "v${finalAttrs.version}"; 19 - hash = "sha256-qgJ/TVyViMhISt/EfCWV7XWQLXKTeZalGHFG905Ma5I="; 19 + hash = "sha256-ticQpDOQieLaWXfavDKIH0jSenRimp5QYeJy42BjpKw="; 20 20 }; 21 21 22 22 yarnOfflineCache = fetchYarnDeps { 23 23 yarnLock = "${finalAttrs.src}/yarn.lock"; 24 - hash = "sha256-rP/Xt0txwfEUmGZ0CyHXSEG9zSMtv8wr5M2Na+6PbyQ="; 24 + hash = "sha256-NGQbzogQi0XbeGd7fYNyw0i9Yo9j91CfeTdO7nhq4Yw="; 25 25 }; 26 26 27 27 nativeBuildInputs = [