NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.46k stars 13.65k forks source link

gource: 0.54 -> 0.55 #320692

Closed r-ryantm closed 3 months ago

r-ryantm commented 3 months ago

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://repology.org/project/gource/versions.

meta.description for gource is: Software version control visualization tool

meta.homepage for gource is: https://gource.io/

Updates performed
To inspect upstream changes
Impact

Checks done



Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath gource ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/xkf3nyyc8y92v042swjdi4hbw2knwb5i-gource-0.55 \ --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 gource https://github.com/r-ryantm/nixpkgs/archive/b3f21da3ff924e4e418fcd466712d32520f0790a.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/b3f21da3ff924e4e418fcd466712d32520f0790a#gource ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/xkf3nyyc8y92v042swjdi4hbw2knwb5i-gource-0.55 ls -la /nix/store/xkf3nyyc8y92v042swjdi4hbw2knwb5i-gource-0.55/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 --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }' run on x86_64-linux 1

1 package built:
  • gource

Maintainer pings

cc @pSub for testing.