Skip to content

Commit 4f3ce68

Browse files
authored
dos2unix: 7.5.2 -> 7.5.4 (#452112)
2 parents 01d4c51 + 7f5788d commit 4f3ce68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/do/dos2unix/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
stdenv.mkDerivation (finalAttrs: {
1010
pname = "dos2unix";
11-
version = "7.5.2";
11+
version = "7.5.4";
1212

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

1818
nativeBuildInputs = [

0 commit comments

Comments
 (0)