libgit2 1.6.3 -> 1.6.4 https://github.com/libgit2/libgit2/releases attrpath: libgit2 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/development/libraries/libgit2/default.nix b/pkgs/development/libraries/libgit2/default.nix index f5b0ff72ff0..3d7b6ff9e01 100644 --- a/pkgs/development/libraries/libgit2/default.nix +++ b/pkgs/development/libraries/libgit2/default.nix @@ -19,14 +19,14 @@ stdenv.mkDerivation rec { pname = "libgit2"; - version = "1.6.3"; + version = "1.6.4"; # also check the following packages for updates: python3Packages.pygit2 and libgit2-glib src = fetchFromGitHub { owner = "libgit2"; repo = "libgit2"; rev = "v${version}"; - hash = "sha256-MiEw5UbmcPfW0SlqLdYEnBdOp29YIVdKXE588uUjqck="; + hash = "sha256-lW3mokVKsbknVj2xsxEbeZH4IdKZ0aIgGutzenS0Eh0="; }; cmakeFlags = [ Successfully finished processing cachix "/nix/store/2z0dp8lcxaw822kwxcxximkabkrd7imd-libgit2-1.6.4" Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/libgit2/libgit2/releases. meta.description for libgit2 is: Linkable library implementation of Git that you can use in your application meta.homepage for libgit2 is: https://libgit2.org/ ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/libgit2/libgit2/releases/tag/v1.6.4) - [Compare changes on GitHub](https://github.com/libgit2/libgit2/compare/v1.6.3...v1.6.4) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.6.4 with grep in /nix/store/2z0dp8lcxaw822kwxcxximkabkrd7imd-libgit2-1.6.4 - found 1.6.4 in filename of file in /nix/store/2z0dp8lcxaw822kwxcxximkabkrd7imd-libgit2-1.6.4 ---
Rebuild report (if merged into master) (click to expand) ``` 632 total rebuild path(s) 632 package rebuild(s) First fifty rebuilds by attrpath MIDIVisualizer abiword adapta-gtk-theme aether almanah amarok amarok-kf5 amp apacheHttpdPackages.mod_tile apacheHttpdPackages_2_4.mod_tile arc-theme arcanPackages.all-wrapped arcanPackages.arcan arcanPackages.arcan-wrapped arcanPackages.cat9-wrapped arcanPackages.durden-wrapped arcanPackages.ffmpeg arcanPackages.pipeworld-wrapped arcanPackages.prio-wrapped arcanPackages.xarcan arx-libertatis asc-key-to-qr-code-gif asciidoc-full asciidoc-full-with-plugins asymptote audiobookshelf authenticator auto-multiple-choice autotrace awesome ayu-theme-gtk ballerburg beets beets-unstable beetsPackages.beets beetsPackages.beets-stable beetsPackages.beets-unstable betterlockscreen bisq-desktop blockhash bombono bottles bottles-unwrapped brasero brasero-original breath-theme broot budgie.budgie-backgrounds calibre calibre-web ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/2z0dp8lcxaw822kwxcxximkabkrd7imd-libgit2-1.6.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 libgit2 https://github.com/r-ryantm/nixpkgs/archive/0131a9a6b0d4587968b848008e7e7be2b7d8964d.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/2z0dp8lcxaw822kwxcxximkabkrd7imd-libgit2-1.6.4 ls -la /nix/store/2z0dp8lcxaw822kwxcxximkabkrd7imd-libgit2-1.6.4/bin ``` ---

### Pre-merge build results NixPkgs review skipped --- ###### Maintainer pings cc @SuperSandro2000 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/227227