Commit graph

6 commits

Author SHA1 Message Date
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth 7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00: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
Pascal Wittmann f611b23aee
diskscan: add license
see issue #43716
2018-08-05 16:28:41 +02:00
Ryan Mulligan 82062bfe36 diskscan: 0.19 -> 0.20
Semi-automatic update. These checks were performed:

- built on NixOS
- found 0.20 with grep in /nix/store/67w1bnhfjsv15cb68bjk3zppzhynw1ip-diskscan-0.20
- found 0.20 in filename of file in /nix/store/67w1bnhfjsv15cb68bjk3zppzhynw1ip-diskscan-0.20
2018-02-25 20:02:33 -08:00
Peter Hoeg 6b2ea7ec6e diskscan: init at 0.19 2017-02-12 03:51:13 +01:00