dos2unix 7.4.3 -> 7.4.4 https://repology.org/metapackage/dos2unix/versions attrpath: dos2unix Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/tools/text/dos2unix/default.nix b/pkgs/tools/text/dos2unix/default.nix index 6a0c5fc57ee..c6c92b876ff 100644 --- a/pkgs/tools/text/dos2unix/default.nix +++ b/pkgs/tools/text/dos2unix/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "dos2unix"; - version = "7.4.3"; + version = "7.4.4"; src = fetchurl { url = "https://waterlan.home.xs4all.nl/dos2unix/${pname}-${version}.tar.gz"; - sha256 = "sha256-to20GVba+TOChCOqMFEOAMEtKe9ZFucV6NTmlP5mynI="; + sha256 = "sha256-KKhB2wvVgn1kXKup2AFeOnGYPcbjmAcLUofuE3rkQ24="; }; nativeBuildInputs = [ perl gettext ]; Successfully finished processing cachix "/nix/store/s1784b0g5nj0syjn0blz5vwwkldb8pbb-dos2unix-7.4.4" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
7 packages marked as broken and skipped:
75 packages built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/metapackage/dos2unix/versions. meta.description for dos2unix is: Convert text files with DOS or Mac line breaks to Unix line breaks and vice versa meta.homepage for dos2unix is: https://waterlan.home.xs4all.nl/dos2unix.html meta.changelog for dos2unix is: https://sourceforge.net/p/dos2unix/dos2unix/ci/dos2unix-7.4.4/tree/dos2unix/NEWS.txt?format=raw ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 7.4.4 with grep in /nix/store/s1784b0g5nj0syjn0blz5vwwkldb8pbb-dos2unix-7.4.4 - found 7.4.4 in filename of file in /nix/store/s1784b0g5nj0syjn0blz5vwwkldb8pbb-dos2unix-7.4.4 ---
Rebuild report (if merged into master) (click to expand) ``` 112 total rebuild path(s) 112 package rebuild(s) First fifty rebuilds by attrpath bwbasic cabal2nix cabal2nix-unwrapped classicube dhall-nix dos2unix dwarf-fortress-packages.dwarf-fortress-full dwarf-fortress-packages.soundSense echidna edid-generator elmPackages.elm-coverage elmPackages.elm-verify-examples elmPackages.elmi-to-json emacsPackages.ada-mode fmtoy git-annex git-annex-metadata-gui halfempty haskellPackages.bloomfilter haskellPackages.cabal2nix haskellPackages.cabal2nix-unstable haskellPackages.ci-info haskellPackages.dhall-nix haskellPackages.extensioneer haskellPackages.git-annex haskellPackages.hpack haskellPackages.mega-sdist haskellPackages.pantry haskellPackages.stack haskellPackages.vaultenv hpack isabelle isabelle-components.isabelle-linter koka libpgf linuxKernel.packages.hardkernel_4_14.ax99100 linuxKernel.packages.linux_4_14.ax99100 linuxKernel.packages.linux_4_14_hardened.ax99100 linuxKernel.packages.linux_4_19.ax99100 linuxKernel.packages.linux_4_19_hardened.ax99100 linuxKernel.packages.linux_5_10.ax99100 linuxKernel.packages.linux_5_10_hardened.ax99100 linuxKernel.packages.linux_5_15.ax99100 linuxKernel.packages.linux_5_15_hardened.ax99100 linuxKernel.packages.linux_5_4.ax99100 linuxKernel.packages.linux_6_1.ax99100 linuxKernel.packages.linux_6_1_hardened.ax99100 linuxKernel.packages.linux_hardened.ax99100 linuxKernel.packages.linux_latest_libre.ax99100 linuxKernel.packages.linux_libre.ax99100 ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/s1784b0g5nj0syjn0blz5vwwkldb8pbb-dos2unix-7.4.4 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A dos2unix https://github.com/r-ryantm/nixpkgs/archive/7d6df80d0b803572836d9ec5aeff713b1509d9be.tar.gz ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/s1784b0g5nj0syjn0blz5vwwkldb8pbb-dos2unix-7.4.4 ls -la /nix/store/s1784b0g5nj0syjn0blz5vwwkldb8pbb-dos2unix-7.4.4/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
7 packages marked as broken and skipped:
75 packages built:
--- ###### Maintainer pings cc @c0bw3b for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/215936