Commit Graph

17 Commits

Author SHA1 Message Date
R. Ryantm
45a61d0e3b rootlesskit: 2.1.0 -> 2.3.1 2024-08-21 20:13:19 +00:00
R. Ryantm
0d2ce06cf5 rootlesskit: 2.0.2 -> 2.1.0 2024-05-06 20:10:13 +00:00
R. Ryantm
b25ebe535b rootlesskit: 2.0.1 -> 2.0.2 2024-03-08 15:21:55 +00:00
R. Ryantm
82d8119dca rootlesskit: 1.1.1 -> 2.0.1 2024-02-07 14:56:06 +00:00
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
R. Ryantm
e023125bb0 rootlesskit: 1.1.0 -> 1.1.1 2023-06-03 04:51:18 +00:00
figsoda
a211d94291 treewide: remove attrPath from nix-update-script calls
after https://github.com/Mic92/nix-update/pull/120 and https://github.com/NixOS/nixpkgs/pull/207703, `attrPath` can now be omitted when using `nix-update-script`
2022-12-26 12:39:21 -05:00
R. Ryantm
396ba2dd17 rootlesskit: 1.0.1 -> 1.1.0 2022-11-17 14:09:17 +10:00
R. Ryantm
71d2c6c28c rootlesskit: 1.0.0 -> 1.0.1 2022-08-31 19:25:34 +10:00
Olli Helenius
7ee72e5597
rootlesskit: 0.11.1 -> 1.0.0 2022-03-27 15:08:10 +03:00
R. RyanTM
8330d13120 rootlesskit: 0.11.0 -> 0.11.1 2020-11-23 20:33:12 +01:00
R. RyanTM
3417932f77 rootlesskit: 0.10.0 -> 0.11.0 2020-11-12 00:33:13 +00:00
R. RyanTM
b6d309c8cf rootlesskit: 0.3.0-alpha.2 -> 0.10.0 2020-07-31 08:30:20 +00:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +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
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Jaka Hudoklin
c460176ce4
feat(roolesskit): init at 0.3.0-alpha.2 2019-02-19 22:16:11 +01:00