Skip to content

Commit 561b9ca

Browse files
committedJan 31, 2018
moreutils: 0.61 -> 0.62
1 parent 505cebe commit 561b9ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/tools/misc/moreutils/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
with stdenv.lib;
44
stdenv.mkDerivation rec {
55
name = "moreutils-${version}";
6-
version = "0.61";
6+
version = "0.62";
77

88
src = fetchgit {
99
url = "git://git.joeyh.name/moreutils";
1010
rev = "refs/tags/${version}";
11-
sha256 = "1qvwlq0a2zs7qkjqc9c842979axkjfdr7nic1gsm4zc6jd72y7pr";
11+
sha256 = "0sk7rgqsqbdwr69mh7y4v9lv4v0nfmsrqgvbpy2gvy82snhfzar"2;
Has conversations. Original line has conversations.
1212
};
1313

1414
preBuild = ''

3 commit comments

Comments
 (3)

Ericson2314 commented on Jan 31, 2018

@Ericson2314
Member

This broke eval. Fixing in a second.

Ericson2314 commented on Jan 31, 2018

@Ericson2314
Member

pSub commented on Feb 1, 2018

@pSub
MemberAuthor

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

Please sign in to comment.