mdds 2.0.3 -> 2.1.1 https://repology.org/project/mdds/versions attrpath: mdds Checking auto update branch... An auto update branch exists with message `mdds: 2.0.3 -> 2.1.0`. New version is 2.1.1. The auto update branch does not match or exceed the new version. [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/development/libraries/mdds/default.nix b/pkgs/development/libraries/mdds/default.nix index 23059b91e7c..ea60c32a08c 100644 --- a/pkgs/development/libraries/mdds/default.nix +++ b/pkgs/development/libraries/mdds/default.nix @@ -8,13 +8,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "mdds"; - version = "2.0.3"; + version = "2.1.1"; src = fetchFromGitLab { owner = "mdds"; repo = "mdds"; rev = finalAttrs.version; - hash = "sha256-Y9uBJKM34UTEj/3c1w69QHhvwFcMNlAohEco0O0B+xI="; + hash = "sha256-a412LpgDiYM8TMToaUrTlHtblYS1HehzrDOwvIAAxiA="; }; nativeBuildInputs = [ autoreconfHook ]; Successfully finished processing cachix "/nix/store/i9ysz9n7jspkz2q4y19iw65khk10ijgx-mdds-2.1.1" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
12 packages failed to build:
1 package 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/mdds/versions. meta.description for mdds is: A collection of multi-dimensional data structure and indexing algorithms meta.homepage for mdds is: https://gitlab.com/mdds/mdds meta.changelog for mdds is: https://gitlab.com/mdds/mdds/-/blob/2.1.1/CHANGELOG ###### 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 2.1.1 with grep in /nix/store/i9ysz9n7jspkz2q4y19iw65khk10ijgx-mdds-2.1.1 - found 2.1.1 in filename of file in /nix/store/i9ysz9n7jspkz2q4y19iw65khk10ijgx-mdds-2.1.1 ---
Rebuild report (if merged into master) (click to expand) ``` 15 total rebuild path(s) 15 package rebuild(s) First fifty rebuilds by attrpath jpsxdec libreoffice libreoffice-fresh libreoffice-fresh-unwrapped libreoffice-qt libreoffice-still libreoffice-still-unwrapped libreoffice-unwrapped mdds paperwork python310Packages.paperwork-backend python310Packages.paperwork-shell python311Packages.paperwork-backend python311Packages.paperwork-shell unoconv ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/i9ysz9n7jspkz2q4y19iw65khk10ijgx-mdds-2.1.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 mdds https://github.com/r-ryantm/nixpkgs/archive/a5adb9d3c75bbad4e758f172ac1d301fffcf7ab2.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/i9ysz9n7jspkz2q4y19iw65khk10ijgx-mdds-2.1.1 ls -la /nix/store/i9ysz9n7jspkz2q4y19iw65khk10ijgx-mdds-2.1.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)
12 packages failed to build:
1 package built:
--- ###### Maintainer pings cc @AndersonTorres 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). Updated existing PR https://api.github.com/repos/NixOS/nixpkgs/pulls/214781