Skip to content

Commit 9d27674

Browse files
committed
less: 661 -> 668
1 parent 239dfd3 commit 9d27674

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/le/less/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
stdenv.mkDerivation (finalAttrs: {
1010
pname = "less";
11-
version = "661";
11+
version = "668";
1212

1313
# Only tarballs on the website are valid releases,
1414
# other versions, e.g. git tags are considered snapshots.
1515
src = fetchurl {
1616
url = "https://www.greenwoodsoftware.com/less/less-${finalAttrs.version}.tar.gz";
17-
hash = "sha256-K18BZyFuPvD/ywwxw3Tih+sDXk4iPV2uMVwng7bnOO0=";
17+
hash = "sha256-KBn1VWTYbVQqu+yv2C/2HoGaPuyWf6o2zT5o8VlqRLg=";
1818
};
1919

2020
buildInputs = [

0 commit comments

Comments
 (0)