We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2b8210 commit 7f5788dCopy full SHA for 7f5788d
1 file changed
pkgs/by-name/do/dos2unix/package.nix
@@ -8,11 +8,11 @@
8
9
stdenv.mkDerivation (finalAttrs: {
10
pname = "dos2unix";
11
- version = "7.5.2";
+ version = "7.5.4";
12
13
src = fetchurl {
14
url = "https://waterlan.home.xs4all.nl/dos2unix/dos2unix-${finalAttrs.version}.tar.gz";
15
- sha256 = "sha256-JkdCRGYIRC60j5bCCvbaMDyzqSs2TnLLfiT4gjnEvzo=";
+ hash = "sha256-+BGiueSgyTbGHvfBcymT0YIOXPAR9Nk4YYhcy4EByiE=";
16
};
17
18
nativeBuildInputs = [
0 commit comments