Skip to content

Commit

Permalink
nano: 2.8.0 -> 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lsix committed Apr 12, 2017
1 parent 54bbf91 commit 474d112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/editors/nano/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ let

in stdenv.mkDerivation rec {
name = "nano-${version}";
version = "2.8.0";
version = "2.8.1";

src = fetchurl {
url = "mirror://gnu/nano/${name}.tar.xz";
sha256 = "1hjxr0kgq3q1fcns9y4lj0dbhjf33j3pa2wayrb3p3c8v3sbrh8m";
sha256 = "02vdnv30ms2s53ch5j4ldch5sxwjsg3098zkvwrwhi9k6yxshdg9";

This comment has been minimized.

Copy link
@Mic92

Mic92 Apr 13, 2017

Member

Looks like the archive checksum is not stable: https://hydra.nixos.org/build/51554298/nixlog/1
I have the same checksum as in this commit.

};

nativeBuildInputs = [ texinfo ] ++ optional enableNls gettext;
Expand Down

0 comments on commit 474d112

Please sign in to comment.