dos2unix: 7.5.4 -> 7.5.5

This commit is contained in:
R. Ryantm
2026-04-08 00:38:34 +00:00
parent 24c474ca38
commit 5f0edd31f2
+2 -2
View File
@@ -8,11 +8,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "dos2unix";
version = "7.5.4";
version = "7.5.5";
src = fetchurl {
url = "https://waterlan.home.xs4all.nl/dos2unix/dos2unix-${finalAttrs.version}.tar.gz";
hash = "sha256-+BGiueSgyTbGHvfBcymT0YIOXPAR9Nk4YYhcy4EByiE=";
hash = "sha256-dfaSuEhMjCRXmi/9h98WuclCjtlUl+M5OiHRugaXrDM=";
};
nativeBuildInputs = [