sickgear 3.30.13 -> 3.30.15 https://github.com/SickGear/SickGear/releases attrpath: sickgear Checking auto update branch... An auto update branch exists with message `sickgear: 3.30.13 -> 3.30.14`. New version is 3.30.15. The auto update branch does not match or exceed the new version. [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/servers/sickbeard/sickgear.nix b/pkgs/servers/sickbeard/sickgear.nix index c21577e19a6f..c240c5d7ffda 100644 --- a/pkgs/servers/sickbeard/sickgear.nix +++ b/pkgs/servers/sickbeard/sickgear.nix @@ -4,13 +4,13 @@ let pythonEnv = python3.withPackages(ps: with ps; [ cheetah3 lxml ]); in stdenv.mkDerivation rec { pname = "sickgear"; - version = "3.30.13"; + version = "3.30.15"; src = fetchFromGitHub { owner = "SickGear"; repo = "SickGear"; rev = "release_${version}"; - hash = "sha256-Ka2WYU2hU9aemEiTNwFZLraerfisfL8vK2ujx0wDcPo="; + hash = "sha256-/6D4jehI94KwE5BFZiMWddcinwmU8Rb/83NifTEvudA="; }; patches = [ Successfully finished processing cachix "/nix/store/kwa3yxqwsc6v55cc6rj2zpgh93pbpmzi-sickgear-3.30.15" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/SickGear/SickGear/releases. meta.description for sickgear is: The most reliable stable TV fork of the great Sick-Beard to fully automate TV enjoyment with innovation meta.homepage for sickgear is: https://github.com/SickGear/SickGear ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/SickGear/SickGear/releases/tag/release_3.30.15) - [Compare changes on GitHub](https://github.com/SickGear/SickGear/compare/release_3.30.13...release_3.30.15) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 3.30.15 in filename of file in /nix/store/kwa3yxqwsc6v55cc6rj2zpgh93pbpmzi-sickgear-3.30.15 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath sickgear ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/kwa3yxqwsc6v55cc6rj2zpgh93pbpmzi-sickgear-3.30.15 \ --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 sickgear https://github.com/r-ryantm/nixpkgs/archive/74e897669fee4a31ccc2f3558349eaf60648b5e2.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/74e897669fee4a31ccc2f3558349eaf60648b5e2#sickgear ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/kwa3yxqwsc6v55cc6rj2zpgh93pbpmzi-sickgear-3.30.15 ls -la /nix/store/kwa3yxqwsc6v55cc6rj2zpgh93pbpmzi-sickgear-3.30.15/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](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### Maintainer pings cc @rembo10 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). Updated existing PR https://api.github.com/repos/NixOS/nixpkgs/pulls/296558