2022-12-15T04:50:31 git 2.38.1 -> 2.38.2 https://repology.org/metapackage/git/versions 2022-12-15T04:50:33 attrpath: git 2022-12-15T04:50:34 Checking auto update branch... 2022-12-15T04:50:34 No auto update branch exists 2022-12-15T04:50:37 [version] 2022-12-15T04:50:40 [version] updated version and sha256 2022-12-15T04:50:40 [rustCrateVersion] 2022-12-15T04:50:40 [rustCrateVersion] No cargoSha256 found 2022-12-15T04:50:40 [golangModuleVersion] 2022-12-15T04:50:40 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-15T04:50:40 [updateScript] 2022-12-15T04:50:40 [updateScript] skipping because derivation has no updateScript 2022-12-15T04:50:40 2022-12-15T04:50:40 [quotedUrls] 2022-12-15T04:50:40 [quotedUrls] nothing found to replace 2022-12-15T04:50:40 Diff after rewrites: diff --git a/pkgs/applications/version-management/git-and-tools/git/default.nix b/pkgs/applications/version-management/git-and-tools/git/default.nix index 2d63ae40379..8b98cc24ac6 100644 --- a/pkgs/applications/version-management/git-and-tools/git/default.nix +++ b/pkgs/applications/version-management/git-and-tools/git/default.nix @@ -28,7 +28,7 @@ assert sendEmailSupport -> perlSupport; assert svnSupport -> perlSupport; let - version = "2.38.1"; + version = "2.38.2"; svn = subversionClient.override { perlBindings = perlSupport; }; gitwebPerlLibs = with perlPackages; [ CGI HTMLParser CGIFast FCGI FCGIProcManager HTMLTagCloud ]; in @@ -41,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: { src = fetchurl { url = "https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz"; - sha256 = "sha256-l9346liiueD7wlCOJFAoynWRG9ONFVFhaxSMGqV0Ctk="; + sha256 = "sha256-EVofgkXMZ9SxrIZwR4eLMTCqA9as8iOAsCkjntcXBmQ="; }; outputs = [ "out" ] ++ lib.optional withManual "doc"; 2022-12-15T04:54:08 Successfully finished processing 2022-12-15T04:54:08 cachix "/nix/store/6xlsh124fp2s9dx2xfiw09nx0n02974g-git-2.38.2" 2022-12-15T05:04:23 Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/metapackage/git/versions. meta.description for git is: "Distributed version control system" meta.homepage for git is: "https://git-scm.com/" meta.changelog for git is: "https://github.com/git/git/blob/v2.38.2/Documentation/RelNotes/2.38.2.txt" ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact
Checks done (click to expand) --- - built on NixOS - Warning: a test defined in `passthru.tests` did not pass - found 2.38.2 with grep in /nix/store/6xlsh124fp2s9dx2xfiw09nx0n02974g-git-2.38.2 - found 2.38.2 in filename of file in /nix/store/6xlsh124fp2s9dx2xfiw09nx0n02974g-git-2.38.2 ---
Rebuild report (if merged into master) (click to expand) ``` 27374 total rebuild path(s) 27374 package rebuild(s) First fifty rebuilds by attrpath ChowKick 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.libcsys DisnixWebService EBTKS EmptyEpsilon Fabric HentaiAtHome MACS2 MIDIVisualizer PageEdit R SDL2 SDL2_gfx SDL2_image SDL2_mixer SDL2_net SDL2_sound SDL2_ttf SDL2_ttf_2_0_15 SDL_audiolib SDL_compat SDL_gpu Sylk _0x _1oom _1password-gui _1password-gui-beta _20kly _389-ds-base ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/6xlsh124fp2s9dx2xfiw09nx0n02974g-git-2.38.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 git https://github.com/r-ryantm/nixpkgs/archive/02e9b0e48904b63fc14d7433b3cdce73199b9f2d.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/6xlsh124fp2s9dx2xfiw09nx0n02974g-git-2.38.2 ls -la /nix/store/6xlsh124fp2s9dx2xfiw09nx0n02974g-git-2.38.2/bin ``` ---

### Pre-merge build results NixPkgs review skipped --- ###### Maintainer pings cc @primeos @wmertens @globin 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). 2022-12-15T05:04:26 https://api.github.com/repos/NixOS/nixpkgs/pulls/206187