opensnitch 1.6.5 -> 1.6.5.1 https://github.com/evilsocket/opensnitch/releases attrpath: opensnitch Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = "sha256-PX41xeUJb/WKv3+z5kbRmJNP1vFu8x35NZvN2Dgp4CQ=" [golangModuleVersion] Replaced vendorHash with sha256-PX41xeUJb/WKv3+z5kbRmJNP1vFu8x35NZvN2Dgp4CQ= [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/by-name/op/opensnitch/package.nix b/pkgs/by-name/op/opensnitch/package.nix index 795050cdc6d6..1ba7f6e65dc4 100644 --- a/pkgs/by-name/op/opensnitch/package.nix +++ b/pkgs/by-name/op/opensnitch/package.nix @@ -18,13 +18,13 @@ buildGoModule rec { pname = "opensnitch"; - version = "1.6.5"; + version = "1.6.5.1"; src = fetchFromGitHub { owner = "evilsocket"; repo = "opensnitch"; rev = "refs/tags/v${version}"; - hash = "sha256-2HHyecgiodWhQkkn3eo0RJNroD7HaK6Je/+x9IqZfWE="; + hash = "sha256-IVrAAHzLS7A7cYhRk+IUx8/5TGKeqC7M/7iXOpPe2ZA="; }; postPatch = '' Successfully finished processing cachix "/nix/store/j1c6h7bdy8a4bv6r5q74r6n9k1vw6zyk-opensnitch-1.6.5.1" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package failed to build:
18 packages built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/evilsocket/opensnitch/releases. meta.description for opensnitch is: An application firewall meta.homepage for opensnitch is: https://github.com/evilsocket/opensnitch/wiki ###### Updates performed - Golang update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.6.5.1 with grep in /nix/store/j1c6h7bdy8a4bv6r5q74r6n9k1vw6zyk-opensnitch-1.6.5.1 - found 1.6.5.1 in filename of file in /nix/store/j1c6h7bdy8a4bv6r5q74r6n9k1vw6zyk-opensnitch-1.6.5.1 ---
Rebuild report (if merged into master) (click to expand) ``` 37 total rebuild path(s) 37 package rebuild(s) First fifty rebuilds by attrpath linuxKernel.packages.linux_5_10.opensnitch-ebpf linuxKernel.packages.linux_5_10_hardened.opensnitch-ebpf linuxKernel.packages.linux_5_15.opensnitch-ebpf linuxKernel.packages.linux_5_15_hardened.opensnitch-ebpf linuxKernel.packages.linux_6_1.opensnitch-ebpf linuxKernel.packages.linux_6_1_hardened.opensnitch-ebpf linuxKernel.packages.linux_6_5.opensnitch-ebpf linuxKernel.packages.linux_6_5_hardened.opensnitch-ebpf linuxKernel.packages.linux_6_6.opensnitch-ebpf linuxKernel.packages.linux_6_6_hardened.opensnitch-ebpf linuxKernel.packages.linux_6_7.opensnitch-ebpf linuxKernel.packages.linux_6_7_hardened.opensnitch-ebpf linuxKernel.packages.linux_hardened.opensnitch-ebpf linuxKernel.packages.linux_latest_libre.opensnitch-ebpf linuxKernel.packages.linux_libre.opensnitch-ebpf linuxKernel.packages.linux_lqx.opensnitch-ebpf linuxKernel.packages.linux_xanmod.opensnitch-ebpf linuxKernel.packages.linux_xanmod_latest.opensnitch-ebpf linuxKernel.packages.linux_xanmod_stable.opensnitch-ebpf linuxKernel.packages.linux_zen.opensnitch-ebpf linuxPackages-libre.opensnitch-ebpf linuxPackages.opensnitch-ebpf linuxPackages_5_10_hardened.opensnitch-ebpf linuxPackages_5_15_hardened.opensnitch-ebpf linuxPackages_6_1_hardened.opensnitch-ebpf linuxPackages_6_5_hardened.opensnitch-ebpf linuxPackages_6_6_hardened.opensnitch-ebpf linuxPackages_6_7_hardened.opensnitch-ebpf linuxPackages_hardened.opensnitch-ebpf linuxPackages_latest-libre.opensnitch-ebpf linuxPackages_latest.opensnitch-ebpf linuxPackages_lqx.opensnitch-ebpf linuxPackages_xanmod.opensnitch-ebpf linuxPackages_xanmod_latest.opensnitch-ebpf linuxPackages_xanmod_stable.opensnitch-ebpf linuxPackages_zen.opensnitch-ebpf opensnitch ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/j1c6h7bdy8a4bv6r5q74r6n9k1vw6zyk-opensnitch-1.6.5.1 \ --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 opensnitch https://github.com/r-ryantm/nixpkgs/archive/2b9cc007e929a5e77e2ccb0ab97e3779f05653f7.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/2b9cc007e929a5e77e2ccb0ab97e3779f05653f7#opensnitch ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/j1c6h7bdy8a4bv6r5q74r6n9k1vw6zyk-opensnitch-1.6.5.1 ls -la /nix/store/j1c6h7bdy8a4bv6r5q74r6n9k1vw6zyk-opensnitch-1.6.5.1/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)
1 package failed to build:
18 packages built:
--- ###### Maintainer pings cc @onny 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/290937