Skip to content

Commit

Permalink
auto-changelog: 2.4.0 -> 2.5.0 (#341312)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored Sep 12, 2024
2 parents f599b38 + b7fbcf9 commit 6f9e574
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/au/auto-changelog/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "auto-changelog";
version = "2.4.0";
version = "2.5.0";

src = fetchFromGitHub {
owner = "cookpete";
repo = "auto-changelog";
rev = "v${finalAttrs.version}";
hash = "sha256-qgJ/TVyViMhISt/EfCWV7XWQLXKTeZalGHFG905Ma5I=";
hash = "sha256-ticQpDOQieLaWXfavDKIH0jSenRimp5QYeJy42BjpKw=";
};

yarnOfflineCache = fetchYarnDeps {
yarnLock = "${finalAttrs.src}/yarn.lock";
hash = "sha256-rP/Xt0txwfEUmGZ0CyHXSEG9zSMtv8wr5M2Na+6PbyQ=";
hash = "sha256-NGQbzogQi0XbeGd7fYNyw0i9Yo9j91CfeTdO7nhq4Yw=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 6f9e574

Please sign in to comment.