libgit2 1.7.1 -> 1.7.2 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/libraries/libgit2/default.nix b/pkgs/development/libraries/libgit2/default.nix index d21dbcb7ac0a..73922bfbd53a 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.7.1"; + version = "1.7.2"; # also check the following packages for updates: python3Packages.pygit2 and libgit2-glib src = fetchFromGitHub { owner = "libgit2"; repo = "libgit2"; rev = "v${version}"; - hash = "sha256-3W0/i6Pu7I7D1zMQhmEqJVsa7PZpKOqU1+udNENSBvM="; + hash = "sha256-fVPY/byE2/rxmv/bUykcAbmUFMlF3UZogVuTzjOXJUU="; }; cmakeFlags = [ Successfully finished processing cachix "/nix/store/91vlhwf2ibs1ykhzjqn579yzwsh7qxn8-libgit2-1.7.2" 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.7.2) - [Compare changes on GitHub](https://github.com/libgit2/libgit2/compare/v1.7.1...v1.7.2) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.7.2 with grep in /nix/store/91vlhwf2ibs1ykhzjqn579yzwsh7qxn8-libgit2-1.7.2 - found 1.7.2 in filename of file in /nix/store/91vlhwf2ibs1ykhzjqn579yzwsh7qxn8-libgit2-1.7.2 ---
Rebuild report (if merged into master) (click to expand) ``` 825 total rebuild path(s) 825 package rebuild(s) First fifty rebuilds by attrpath MIDIVisualizer abiword adapta-gtk-theme advi almanah amarok amarok-kf5 amp ansel apacheHttpdPackages.mod_tile apacheHttpdPackages_2_4.mod_tile apkleaks apostrophe arc-theme arx-libertatis asc-key-to-qr-code-gif asciidoc-full asciidoc-full-with-plugins asymptote audiobookshelf authenticator auto-multiple-choice autotrace avrdude avrdudess awesome ayu-theme-gtk ballerburg beets beets-unstable beetsPackages.beets beetsPackages.beets-stable beetsPackages.beets-unstable betterlockscreen bisq-desktop blahtexml blockhash bluespec bottles bottles-unwrapped breath-theme broot btc-rpc-explorer budgie.budgie-backgrounds calibre calibre-web calligra cantor capitaine-cursors cargo-duplicates ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/91vlhwf2ibs1ykhzjqn579yzwsh7qxn8-libgit2-1.7.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 libgit2 https://github.com/r-ryantm/nixpkgs/archive/17eb38c58d88cfcf442bc4ac7c64a0aa6c12782c.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/17eb38c58d88cfcf442bc4ac7c64a0aa6c12782c#libgit2 ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/91vlhwf2ibs1ykhzjqn579yzwsh7qxn8-libgit2-1.7.2 ls -la /nix/store/91vlhwf2ibs1ykhzjqn579yzwsh7qxn8-libgit2-1.7.2/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/286911