libosmo-sccp 1.8.1 -> 1.8.2 https://repology.org/project/libosmo-sccp/versions attrpath: libosmo-sccp 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/servers/osmocom/libosmo-sccp/default.nix b/pkgs/servers/osmocom/libosmo-sccp/default.nix index d8a27e2704fe..bf814576c164 100644 --- a/pkgs/servers/osmocom/libosmo-sccp/default.nix +++ b/pkgs/servers/osmocom/libosmo-sccp/default.nix @@ -10,13 +10,13 @@ stdenv.mkDerivation rec { pname = "libosmo-sccp"; - version = "1.8.1"; + version = "1.8.2"; src = fetchFromGitHub { owner = "osmocom"; repo = "libosmo-sccp"; rev = version; - hash = "sha256-GrC++v7PCAnaEtMFt+el/ct2g+/9Axev04g/jMIGyOQ="; + hash = "sha256-MT3NM4sXCLUNKQ5wEbUmvf2KYJNdcSFqGYeQbg+eop8="; }; configureFlags = [ "--with-systemdsystemunitdir=$out" ]; Successfully finished processing cachix "/nix/store/9cvk46vpgcfydmz53l9h50qgi2844xvw-libosmo-sccp-1.8.2" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
6 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/project/libosmo-sccp/versions. meta.description for libosmo-sccp is: SCCP + SIGTRAN (SUA/M3UA) libraries as well as OsmoSTP meta.homepage for libosmo-sccp is: https://osmocom.org/projects/libosmo-sccp ###### Updates performed - Version update ###### To inspect upstream changes - [Compare changes on GitHub](https://github.com/osmocom/libosmo-sccp/compare/1.8.1...1.8.2) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.8.2 with grep in /nix/store/9cvk46vpgcfydmz53l9h50qgi2844xvw-libosmo-sccp-1.8.2 - found 1.8.2 in filename of file in /nix/store/9cvk46vpgcfydmz53l9h50qgi2844xvw-libosmo-sccp-1.8.2 ---
Rebuild report (if merged into master) (click to expand) ``` 7 total rebuild path(s) 7 package rebuild(s) First fifty rebuilds by attrpath libosmo-sccp osmo-bsc osmo-hnbgw osmo-hnodeb osmo-iuh osmo-msc ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/9cvk46vpgcfydmz53l9h50qgi2844xvw-libosmo-sccp-1.8.2 \ --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 libosmo-sccp https://github.com/r-ryantm/nixpkgs/archive/1f0371f6c532e9cc1eeb45c99e2766ab16ea092a.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/1f0371f6c532e9cc1eeb45c99e2766ab16ea092a#libosmo-sccp ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/9cvk46vpgcfydmz53l9h50qgi2844xvw-libosmo-sccp-1.8.2 ls -la /nix/store/9cvk46vpgcfydmz53l9h50qgi2844xvw-libosmo-sccp-1.8.2/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 --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
6 packages built:
--- ###### Maintainer pings cc @Janik-Haag @markuskowa for [testing](https://github.com/ryantm/nixpkgs-update/blob/main/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/314485