lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

dos2unix: 7.5.1 -> 7.5.2

+2 -2
+2 -2
pkgs/tools/text/dos2unix/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "dos2unix"; 5 - version = "7.5.1"; 5 + version = "7.5.2"; 6 6 7 7 src = fetchurl { 8 8 url = "https://waterlan.home.xs4all.nl/dos2unix/${pname}-${version}.tar.gz"; 9 - sha256 = "sha256-2gd4i7LgKbDWP2Rx0Wb2hSis2Nos8UgjoYjoqdXB/BU="; 9 + sha256 = "sha256-JkdCRGYIRC60j5bCCvbaMDyzqSs2TnLLfiT4gjnEvzo="; 10 10 }; 11 11 12 12 nativeBuildInputs = [ perl gettext ];