libunistring 1.1 -> 1.2 https://repology.org/project/libunistring/versions attrpath: libunistring 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/development/libraries/libunistring/default.nix b/pkgs/development/libraries/libunistring/default.nix index 51eb5558d626..914a25512c42 100644 --- a/pkgs/development/libraries/libunistring/default.nix +++ b/pkgs/development/libraries/libunistring/default.nix @@ -7,11 +7,11 @@ stdenv.mkDerivation rec { pname = "libunistring"; - version = "1.1"; + version = "1.2"; src = fetchurl { url = "mirror://gnu/libunistring/${pname}-${version}.tar.gz"; - sha256 = "sha256-oiUr7uyDCsREufaNazitiD2xmRnbNbUiIs+CfDhb22o="; + sha256 = "sha256-/W1WYvpwZIfEg0mnWLV7wUnOlOxsMGJOyf3Ec86rvI4="; }; outputs = [ "out" "dev" "info" "doc" ]; Successfully finished processing cachix "/nix/store/54xgllysjxpypfd2qlyw82jsxd4wwri9-libunistring-1.2" 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/libunistring/versions. meta.description for libunistring is: Unicode string library meta.homepage for libunistring is: https://www.gnu.org/software/libunistring/ ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.2 with grep in /nix/store/54xgllysjxpypfd2qlyw82jsxd4wwri9-libunistring-1.2 - found 1.2 in filename of file in /nix/store/54xgllysjxpypfd2qlyw82jsxd4wwri9-libunistring-1.2 ---
Rebuild report (if merged into master) (click to expand) ``` 68672 total rebuild path(s) 68672 package rebuild(s) First fifty rebuilds by attrpath AMB-plugins ArchiSteamFarm BeatSaberModManager CHOWTapeModel ChowCentaur ChowKick ChowPhaser CoinMP CuboCore.coreaction CuboCore.corearchiver CuboCore.corefm CuboCore.coregarage CuboCore.corehunt CuboCore.coreimage CuboCore.coreinfo CuboCore.corekeyboard CuboCore.corepad CuboCore.corepaint CuboCore.corepdf CuboCore.corepins CuboCore.corerenamer CuboCore.coreshot CuboCore.corestats CuboCore.corestuff CuboCore.coreterminal CuboCore.coretime CuboCore.coretoppings CuboCore.coreuniverse CuboCore.libcprime CuboCore.libcsys DisnixWebService EmptyEpsilon FIL-plugins Fabric HentaiAtHome LAStools LASzip LASzip2 LibreArp LibreArp-lv2 Literate MIDIVisualizer MMA OSCAR OVMF OVMFFull QuadProgpp R SDL ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/54xgllysjxpypfd2qlyw82jsxd4wwri9-libunistring-1.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 libunistring https://github.com/r-ryantm/nixpkgs/archive/7b560a8000ed388c72904cdc13fd41c35566f1c4.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/7b560a8000ed388c72904cdc13fd41c35566f1c4#libunistring ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/54xgllysjxpypfd2qlyw82jsxd4wwri9-libunistring-1.2 ls -la /nix/store/54xgllysjxpypfd2qlyw82jsxd4wwri9-libunistring-1.2/bin ``` ---

### Pre-merge build results NixPkgs review skipped --- ###### Maintainer pings https://api.github.com/repos/NixOS/nixpkgs/pulls/291282