Unverified Commit 4f3ce683 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

dos2unix: 7.5.2 -> 7.5.4 (#452112)

parents 01d4c511 7f5788d5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "dos2unix";
  version = "7.5.2";
  version = "7.5.4";

  src = fetchurl {
    url = "https://waterlan.home.xs4all.nl/dos2unix/dos2unix-${finalAttrs.version}.tar.gz";
    sha256 = "sha256-JkdCRGYIRC60j5bCCvbaMDyzqSs2TnLLfiT4gjnEvzo=";
    hash = "sha256-+BGiueSgyTbGHvfBcymT0YIOXPAR9Nk4YYhcy4EByiE=";
  };

  nativeBuildInputs = [