Commit Graph

431 Commits

Author SHA1 Message Date
Jörg Thalheim
693aa01edb
Merge pull request #101 from Mic92/changelog
Changelog
2022-11-14 16:19:52 +01:00
figsoda
725c510332 add fetchCrate support 2022-11-14 10:18:02 -05:00
figsoda
dbb398b08f add fallback to overrideAttrs 2022-11-14 09:49:30 -05:00
Jörg Thalheim
fd3202917b drop nix-prefetch from nix-update 2022-11-14 15:38:56 +01:00
Jörg Thalheim
570a6ac64b add changelog feature and add integration test for it 2022-11-14 15:38:56 +01:00
Jörg Thalheim
4dbc76a572 also run git-add when version was not bumped
Otherwise git-commit with the template won't work
2022-11-14 14:15:17 +01:00
Jörg Thalheim
dcf5fcc402
Merge pull request #100 from Mic92/build-npm-package
Build npm package
2022-11-10 17:59:03 +01:00
Winter
9631d62a89 add support for buildNpmPackage 2022-11-10 17:56:31 +01:00
Winter
5692ffc91d don't use nix-prefetch 2022-11-10 17:56:31 +01:00
dependabot[bot]
fd7f07dd9d Bump cachix/install-nix-action from 17 to 18
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 17 to 18.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v17...v18)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-17 16:11:09 +10:00
Jörg Thalheim
7a6f8b3ca5
Merge pull request #95 from qowoz/fod
add vendorHash
2022-09-21 14:47:55 +02:00
zowoq
e4de7e6287 add vendorHash 2022-09-21 17:32:12 +10:00
zowoq
9e3ab3c1d8 cargo_sha256 -> cargo_deps
rename for clarity as it is both cargoHash and cargoSha256
2022-09-21 17:31:30 +10:00
zowoq
eba1571866 remove modSha256
no longer used in nixpkgs
2022-09-21 17:30:26 +10:00
Jörg Thalheim
9cbc543c67
Merge pull request #97 from Mic92/zowoq/various
minor fixes
2022-09-21 09:25:23 +02:00
schnusch
1d262f2ae9 nix_update/eval.py: pkg.src.url.rev -> pkg.src.rev 2022-09-21 16:27:53 +10:00
zowoq
ff2bacf644 tests: switch pypi hash to sri 2022-09-20 12:24:40 +10:00
Jörg Thalheim
dd6b6bf435
Merge pull request #96 from qowoz/readme
README.md: add cargoHash
2022-09-14 12:39:39 +02:00
zowoq
7843f9154a README.md: add cargoHash 2022-09-13 08:49:45 +10:00
Jörg Thalheim
3143af043d
Merge pull request #93 from Mic92/manual-file
allow to manually override filename that is patched
2022-06-14 10:22:17 +01:00
Jörg Thalheim
06dd722d36 allow to manually override filename that is patched 2022-06-14 11:22:01 +02:00
Jörg Thalheim
d74ad3fee3
Merge pull request #78 from SuperSandro2000/shell
Use mkShellNoCC
2022-06-14 10:17:48 +01:00
Jörg Thalheim
438badbb01
Merge pull request #92 from Mic92/ci
fix finding git directories for non-default import paths
2022-05-19 09:53:45 +01:00
Jörg Thalheim
70a39cea1f
fix finding git directories for non-default import paths 2022-05-19 10:51:43 +02:00
Jörg Thalheim
d667bb7043
Merge pull request #91 from Mic92/ci
Ci
2022-05-19 08:54:47 +01:00
Jörg Thalheim
501befb415
don't override existing experimental features
This way nix-update can be used on repos that uses flake builtins.
2022-05-19 09:52:17 +02:00
Jörg Thalheim
122512a449
update flake.lock 2022-05-19 09:50:51 +02:00
Jörg Thalheim
c381bd29dc
Merge pull request #90 from Mic92/dependabot/github_actions/cachix/install-nix-action-17
Bump cachix/install-nix-action from 16 to 17
2022-04-11 08:05:02 +01:00
dependabot[bot]
3f24cf2b9c
Bump cachix/install-nix-action from 16 to 17
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 16 to 17.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v16...v17)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-11 06:01:06 +00:00
Jörg Thalheim
3d758ab9dd
Merge pull request #88 from Mic92/nix-stable
Use always the latest available nix stable
2022-03-10 14:24:04 +00:00
Sandro
883b5e7ee0
Use always the latest available nix stable 2022-03-10 11:32:58 +01:00
Jörg Thalheim
24200651a1
Merge pull request #86 from Mic92/ci
bump nixpkgs
2022-03-07 15:11:01 +00:00
Jörg Thalheim
8710715966
bump nixpkgs
fixes https://github.com/Mic92/nix-update/issues/85
2022-03-07 16:07:12 +01:00
Sandro
888b1d4bc8
Merge pull request #84 from Mic92/dependabot/github_actions/actions/checkout-3 2022-03-07 10:57:58 +01:00
dependabot[bot]
a34a1513d7
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-07 06:00:59 +00:00
Jörg Thalheim
36af1bcbdc
Merge pull request #79 from SuperSandro2000/staging
Do not stage files when updating
2022-02-18 22:55:19 +00:00
Sandro
9d8bb7c9f1
Merge pull request #82 from SuperSandro2000/master 2022-02-16 21:17:31 +01:00
Sandro Jäckel
18df0921b5
Drop python3 again
the broken wrapper on my side is caused by something else
2022-02-16 21:07:54 +01:00
Sandro
981653a661
Merge pull request #81 from Mic92/fix 2022-02-16 21:00:43 +01:00
Sandro Jäckel
e3931f3e82
Fix shebang in nix-update 2022-02-16 20:55:10 +01:00
Sandro Jäckel
b031f8d877
Remove now aliases nixUnstable 2022-02-16 20:52:25 +01:00
Sandro Jäckel
1f6af68d87
Do not stage files when updating 2022-02-15 21:08:45 +01:00
Sandro Jäckel
5ade34e9ba
Use mkShellNoCC 2022-02-08 15:44:08 +01:00
schnusch
69f0204a44 add fetch_gitlab_snapshots 2022-01-22 11:17:57 +01:00
schnusch
56b583e67c add test for VersionPreference.BRANCH 2022-01-19 20:33:23 +01:00
schnusch
e96a0baace do not silently ignore unexpected entries in GitHub's ATOM feed 2022-01-19 20:33:23 +01:00
schnusch
1825688b08 change default ref of --version=branch to HEAD 2022-01-19 20:33:23 +01:00
schnusch
395949474a update unstable packages from git to latest branch
This adds VersionPreference.BRANCH. By passing `--version=branch[=<name>]`
the commits of branch `<name>` (`master` if ommitted) are fetched and versions
`unstable-YYYY-MM-DD` are generated containing all commits up to and including
this date.
2022-01-19 20:33:23 +01:00
schnusch
cde9ee588f is pkg.src.url.rev even a real thing? 2022-01-19 20:33:23 +01:00
schnusch
0f0bd7f9b3 use Version objects instead of version number strings
Add the optional attribute `rev` that is also replaced by `replace_version`
if present.
2022-01-19 20:33:18 +01:00