Commit Graph

35 Commits

Author SHA1 Message Date
Fabián Heredia Montiel
ff323ed355 treewide: vendorSha256 → vendorHash
via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
2023-09-13 01:03:44 -06:00
Jared Baur
c3a60a4ece
corerad: 1.2.1 -> 1.2.2
https://github.com/mdlayher/corerad/blob/main/CHANGELOG.md#v122
2023-04-25 11:08:11 -07:00
Matt Layher
8fbad93fee
corerad: 1.2.0 -> 1.2.1
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2022-04-27 10:15:13 -04:00
Matt Layher
97c0c42674
corerad: 1.1.2 -> 1.2.0
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2022-04-26 12:26:53 -04:00
Matt Layher
6f43a406c9
corerad, gopls: set buildGo118Module in top-level
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2022-04-08 10:14:49 -04:00
Matt Layher
dbe9f8fdd5
corerad: 1.1.1 -> 1.1.2
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2022-04-07 09:30:05 -04:00
Matt Layher
c0a4d8e714
corerad: 1.1.0 -> 1.1.1
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2022-03-20 13:06:17 -04:00
Matt Layher
ec0f4c9069
corerad: 1.0.0 -> 1.1.0
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2022-03-19 14:44:24 -04:00
Matt Layher
3022a283d0
corerad: 0.3.4 -> 1.0.0
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2022-01-31 17:06:26 -05:00
zowoq
1857efe646 corerad: update vendorSha256 2022-01-31 15:20:55 +10:00
Matt Layher
b41f640fb7
corerad: 0.3.3 -> 0.3.4
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2021-09-03 11:10:05 -04:00
Matt Layher
5d01b52010
corerad: 0.3.2 -> 0.3.3
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2021-07-20 15:31:32 -04:00
Matt Layher
79195ea3d1
corerad: 0.3.1 -> 0.3.2
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2021-06-25 10:23:22 -04:00
Matt Layher
39b4c8f9af
corerad: 0.3.0 -> 0.3.1
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2021-05-28 14:14:48 -04:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Matt Layher
680a8e7cd8
corerad: 0.2.8 -> 0.3.0
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2021-01-03 07:02:30 -05:00
Ben Siraphob
db74029e3e treewide: remove package names from prefix of descriptions 2020-10-27 09:15:07 -07:00
zowoq
cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
Matt Layher
93023e8b88 corerad: 0.2.7 -> 0.2.8
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2020-08-09 16:15:49 -07:00
Matt Layher
477cf953be
corerad: set linkTimestamp from file in repository root
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2020-06-25 00:17:37 -04:00
Matt Layher
10f75b2fed
corerad: add NixOS module test as passthru test
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2020-06-24 22:49:27 -04:00
Matt Layher
16a7ae0d64
corerad: 0.2.6 -> 0.2.7
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2020-06-24 22:08:20 -04:00
Matt Layher
c201ea17d0 corerad: 0.2.5 -> 0.2.6 2020-06-06 17:04:27 -04:00
Matt Layher
f26bb6d247 corerad: 0.2.4 -> 0.2.5 2020-05-22 17:39:43 -04:00
Colin L Rice
d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
Matt Layher
3d055b1c68 corerad: 0.2.3 -> 0.2.4 2020-05-10 14:04:11 -04:00
Matt Layher
e8f76e40ee corerad: 0.2.2 -> 0.2.3 2020-04-14 12:47:57 -04:00
Jörg Thalheim
066db11215
Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"
This reverts commit 4e6bf03504, reversing
changes made to afd997aab6.

Instead we propagate those frameworks from the compiler again
2020-03-27 07:33:21 +00:00
Mario Rodas
5b6342e8af corerad: fix build on darwin 2020-03-21 04:47:00 -05:00
Matt Layher
13964b07ad corerad: 0.2.1 -> 0.2.2 2020-03-09 20:01:51 -07:00
Matt Layher
e76101046a corerad: 0.1.9 -> 0.2.1 2020-02-09 18:09:22 -08:00
Matt Layher
228425978d corerad: 0.1.8 -> 0.1.9 2020-01-22 01:19:35 -08:00
Matt Layher
9c66687ef1 corerad: 0.1.4 -> 0.1.8 (#77848) 2020-01-16 16:44:30 -08:00
Matt Layher
987a5ffea5 corerad: init at v0.1.4
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2020-01-06 13:49:14 -08:00