git-lfs 3.4.0 -> 3.4.1 https://repology.org/project/git-lfs/versions attrpath: git-lfs Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = "sha256-VmPeQYWOHFqFLHKcKH3WHz50yx7GMHVIDPzqiVwwjSg=" [golangModuleVersion] Replaced vendorHash with sha256-VmPeQYWOHFqFLHKcKH3WHz50yx7GMHVIDPzqiVwwjSg= [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/version-management/git-lfs/default.nix b/pkgs/applications/version-management/git-lfs/default.nix index 54ce30907323..6988e590cf72 100644 --- a/pkgs/applications/version-management/git-lfs/default.nix +++ b/pkgs/applications/version-management/git-lfs/default.nix @@ -2,13 +2,13 @@ buildGoModule rec { pname = "git-lfs"; - version = "3.4.0"; + version = "3.4.1"; src = fetchFromGitHub { owner = "git-lfs"; repo = "git-lfs"; rev = "v${version}"; - hash = "sha256-lZx+sJQttclZPET0jkv3dmpQysCpsYani+La7yfSUlI="; + hash = "sha256-XqxkNCC2yzUTVOi/1iDsnxtLkw4jfQuBh9UsjtZ1zVc="; }; vendorHash = "sha256-VmPeQYWOHFqFLHKcKH3WHz50yx7GMHVIDPzqiVwwjSg="; Successfully finished processing cachix "/nix/store/bhps53hd2705mc35cmy9im2ncba6d9za-git-lfs-3.4.1" [check][nixpkgs-review] [check][nixpkgs-review] took longer than 45m and timed out nixpkgs-review took longer than 45m and timed out 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/git-lfs/versions. meta.description for git-lfs is: Git extension for versioning large files meta.homepage for git-lfs is: https://git-lfs.github.com/ meta.changelog for git-lfs is: https://github.com/git-lfs/git-lfs/raw/v3.4.1/CHANGELOG.md ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/git-lfs/git-lfs/releases/tag/v3.4.1) - [Compare changes on GitHub](https://github.com/git-lfs/git-lfs/compare/v3.4.0...v3.4.1) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 3.4.1 with grep in /nix/store/bhps53hd2705mc35cmy9im2ncba6d9za-git-lfs-3.4.1 - found 3.4.1 in filename of file in /nix/store/bhps53hd2705mc35cmy9im2ncba6d9za-git-lfs-3.4.1 ---
Rebuild report (if merged into master) (click to expand) ``` 85 total rebuild path(s) 85 package rebuild(s) First fifty rebuilds by attrpath akkoma-frontends.admin-fe akkoma-frontends.akkoma-fe alice-lg anki aws-azure-login bundix cabal2nix crate2nix crystal2nix das dep2nix drawio drawio-headless element-desktop element-desktop-wayland element-web element-web-unwrapped git-lfs github-backup gitlab gitlab-ee gitmoji-cli go2nix gotify-server grafana-agent haskellPackages.cabal2nix-unstable haskellPackages.nvfetcher haskellPackages.update-nix-fetchgit heroic heroic-unwrapped hydrogen-web hydrogen-web-unwrapped lua51Packages.luarocks-nix lua52Packages.luarocks-nix lua53Packages.luarocks-nix lua54Packages.luarocks-nix luaPackages.luarocks-nix luajitPackages.luarocks-nix luarocks-nix luarocks-packages-updater marp-cli mastodon matrix-appservice-irc mermaid-cli mnemosyne muzika nim_lk nix-prefetch-git nix-prefetch-scripts nix-update ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/bhps53hd2705mc35cmy9im2ncba6d9za-git-lfs-3.4.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 git-lfs https://github.com/r-ryantm/nixpkgs/archive/9df0b1e53af4766d6bf06aa0dc65865624f12c8f.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/9df0b1e53af4766d6bf06aa0dc65865624f12c8f#git-lfs ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/bhps53hd2705mc35cmy9im2ncba6d9za-git-lfs-3.4.1 ls -la /nix/store/bhps53hd2705mc35cmy9im2ncba6d9za-git-lfs-3.4.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. nixpkgs-review took longer than 45m and timed out --- ###### Maintainer pings cc @Twey @marsam 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/274414