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 |
|
Jörg Thalheim
|
e680fcaa3b
|
fscrypt: remove unneeded remove-references-to
|
2020-08-28 13:19:11 +01:00 |
|
zowoq
|
cea7cd902e
|
buildGoModule packages: set doCheck = false
|
2020-08-10 16:02:30 +10:00 |
|
Michael Weiss
|
29f3a2fd1a
|
fscrypt-experimental: 0.2.8 -> 0.2.9
|
2020-06-14 12:01:36 +02:00 |
|
Michael Weiss
|
0a5a900ff1
|
fscrypt-experimental: 0.2.7 -> 0.2.8
|
2020-05-20 18:17:12 +02:00 |
|
Colin L Rice
|
d6162dab50
|
go-modules: Update files to use vendorSha256
|
2020-05-14 07:22:21 +01:00 |
|
Michael Weiss
|
14e1f448f0
|
fscrypt-experimental: 0.2.6 -> 0.2.7
|
2020-03-25 21:11:19 +01:00 |
|
Michael Weiss
|
ac758caff1
|
fscrypt-experimental: 0.2.5 -> 0.2.6 (#79853)
Changelog: https://github.com/google/fscrypt/releases/tag/v0.2.6
|
2020-02-12 19:49:26 +01:00 |
|
Michael Weiss
|
c399d6d9bb
|
fscrypt: unstable-2019-08-29 -> 0.2.5
|
2019-09-12 21:23:22 +02:00 |
|
adisbladis
|
aeef53e5dd
|
fscrypt: 0.2.4 -> unstable-2019-08-29
Fix build with go 1.12
|
2019-09-05 22:33:39 +01:00 |
|
volth
|
46420bbaa3
|
treewide: name -> pname (easy cases) (#66585)
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
|
2019-08-15 13:41:18 +01:00 |
|
Michael Weiss
|
4f519e5dc8
|
fscrypt: 0.2.3 -> 0.2.4 (security, CVE-2018-6558)
|
2018-08-24 15:57:02 +02:00 |
|
Michael Weiss
|
92d2043d0f
|
fscrypt: 0.2.2 -> 0.2.3
|
2018-02-14 13:31:24 +01:00 |
|
Michael Weiss
|
c42b878ed3
|
fscrypt: 0.2.1 -> 0.2.2
|
2017-10-05 01:29:45 +02:00 |
|
Michael Weiss
|
2037f1bbe8
|
fscrypt: init at 0.2.1
|
2017-09-24 02:38:45 +02:00 |
|