Skip to content

Commit

Permalink
moreutils: 0.61 -> 0.62
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Jan 31, 2018
1 parent 505cebe commit 561b9ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/moreutils/default.nix
Expand Up @@ -3,12 +3,12 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "moreutils-${version}";
version = "0.61";
version = "0.62";

src = fetchgit {
url = "git://git.joeyh.name/moreutils";
rev = "refs/tags/${version}";
sha256 = "1qvwlq0a2zs7qkjqc9c842979axkjfdr7nic1gsm4zc6jd72y7pr";
sha256 = "0sk7rgqsqbdwr69mh7y4v9lv4v0nfmsrqgvbpy2gvy82snhfzar"2;

This comment has been minimized.

Copy link
@pbogdan

pbogdan Jan 31, 2018

Member

@pSub the trailing 2 character here seems out of place? (after closing " and before ;)

This comment has been minimized.

Copy link
@pbogdan

pbogdan Jan 31, 2018

Member

NVM, looks like @Ericson2314 is already on it (seems we commented at about the same time 😆)

};

preBuild = ''
Expand Down

3 comments on commit 561b9ca

@Ericson2314
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This broke eval. Fixing in a second.

@Ericson2314
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pSub
Copy link
Member Author

@pSub pSub commented on 561b9ca Feb 1, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ups. Sorry! It seems I messed it up when trying to commit the file. Thank you for fixing!

Please sign in to comment.