Loading pkgs/by-name/co/conventional-changelog-cli/package.nix +7 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,13 @@ stdenv.mkDerivation (finalAttrs: { --replace-warn '"exports": "./src/index.ts"' '"exports": "./dist/index.js"' ''; passthru.updateScript = nix-update-script { }; passthru.updateScript = nix-update-script { extraArgs = [ "--use-github-releases" "--version-regex" "conventional-changelog-v(.*)" ]; }; meta = { changelog = "https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v${finalAttrs.version}"; Loading pkgs/development/compilers/elm/packages/elm-graphql/update.sh +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ set -eu -o pipefail PACKAGE_DIR=$(realpath "$(dirname "$0")") # Update version, src and npm deps nix-update "$UPDATE_NIX_ATTR_PATH" nix-update "$UPDATE_NIX_ATTR_PATH" --version-regex "v(.*)" # Update elm deps cp "$(nix-build -A "$UPDATE_NIX_ATTR_PATH".src)/generator/elm.json" elm.json Loading Loading
pkgs/by-name/co/conventional-changelog-cli/package.nix +7 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,13 @@ stdenv.mkDerivation (finalAttrs: { --replace-warn '"exports": "./src/index.ts"' '"exports": "./dist/index.js"' ''; passthru.updateScript = nix-update-script { }; passthru.updateScript = nix-update-script { extraArgs = [ "--use-github-releases" "--version-regex" "conventional-changelog-v(.*)" ]; }; meta = { changelog = "https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v${finalAttrs.version}"; Loading
pkgs/development/compilers/elm/packages/elm-graphql/update.sh +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ set -eu -o pipefail PACKAGE_DIR=$(realpath "$(dirname "$0")") # Update version, src and npm deps nix-update "$UPDATE_NIX_ATTR_PATH" nix-update "$UPDATE_NIX_ATTR_PATH" --version-regex "v(.*)" # Update elm deps cp "$(nix-build -A "$UPDATE_NIX_ATTR_PATH".src)/generator/elm.json" elm.json Loading