2022-11-25T16:46:32 charge-lnd 0 -> 1 2022-11-25T16:46:35 attrpath: charge-lnd 2022-11-25T16:46:35 Checking auto update branch... 2022-11-25T16:46:38 [version] 2022-11-25T16:46:38 [version] skipping because derivation has updateScript 2022-11-25T16:46:38 [rustCrateVersion] 2022-11-25T16:46:38 [rustCrateVersion] No cargoSha256 found 2022-11-25T16:46:38 [golangModuleVersion] 2022-11-25T16:46:38 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-25T16:46:38 [updateScript] 2022-11-25T16:46:41 [updateScript] Success 2022-11-25T16:46:41 [updateScript] this derivation will be built: /nix/store/w0ky83ba92cv5cniswr7i7pplc3zbgxn-packages.json.drv building '/nix/store/w0ky83ba92cv5cniswr7i7pplc3zbgxn-packages.json.drv'... Going to be running update for following packages: - charge-lnd-0.2.12 Press Enter key to continue... Running update for: - charge-lnd-0.2.12: UPDATING ... - charge-lnd-0.2.12: DONE. Packages updated! 2022-11-25T16:46:41 2022-11-25T16:46:41 [quotedUrls] 2022-11-25T16:46:41 [quotedUrls] nothing found to replace 2022-11-25T16:46:41 Diff after rewrites: diff --git a/pkgs/applications/blockchains/charge-lnd/default.nix b/pkgs/applications/blockchains/charge-lnd/default.nix index 83b3c0c29b3..521a44de1dd 100644 --- a/pkgs/applications/blockchains/charge-lnd/default.nix +++ b/pkgs/applications/blockchains/charge-lnd/default.nix @@ -2,13 +2,13 @@ python3Packages.buildPythonApplication rec { pname = "charge-lnd"; - version = "0.2.12"; + version = "0.2.13"; src = fetchFromGitHub { owner = "accumulator"; repo = pname; - rev = "v${version}"; - sha256 = "uiXmLdQAglgLxOX6IoF1iNZvje4EM7Tr25Okx9TPyzI="; + rev = "refs/tags/v${version}"; + sha256 = "sha256-mNU8bhiZqvYbNUU8vJNk9WbpAVrCTi9Fy3hlIpb06ac="; }; propagatedBuildInputs = with python3Packages; [ 2022-11-25T16:48:11 No auto update branch exists 2022-11-25T16:48:17 Successfully finished processing 2022-11-25T16:48:17 cachix "/nix/store/v3fczl6n6mz417kcv226jrv52bkaj184-charge-lnd-0.2.13" 2022-11-25T16:48:20 [check][nixpkgs-review] 2022-11-25T16:51:13 Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
2022-11-25T16:51:16 Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for charge-lnd is: "Simple policy-based fee manager for lightning network daemon" meta.homepage for charge-lnd is: "https://github.com/accumulator/charge-lnd" meta.changelog for charge-lnd is: "" ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.2.13 with grep in /nix/store/v3fczl6n6mz417kcv226jrv52bkaj184-charge-lnd-0.2.13 - found 0.2.13 in filename of file in /nix/store/v3fczl6n6mz417kcv226jrv52bkaj184-charge-lnd-0.2.13 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath charge-lnd ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/v3fczl6n6mz417kcv226jrv52bkaj184-charge-lnd-0.2.13 \ --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 charge-lnd https://github.com/r-ryantm/nixpkgs/archive/9caa16f5b3c9f7977e058b3ea2b423361103afc6.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/v3fczl6n6mz417kcv226jrv52bkaj184-charge-lnd-0.2.13 ls -la /nix/store/v3fczl6n6mz417kcv226jrv52bkaj184-charge-lnd-0.2.13/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` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### Maintainer pings cc @mmilata @mariaa144 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-11-25T16:51:18 https://api.github.com/repos/NixOS/nixpkgs/pulls/202879 2022-11-25T23:18:53 charge-lnd 0.2.12 -> 0.2.13 https://github.com/accumulator/charge-lnd/releases 2022-11-25T23:18:56 attrpath: charge-lnd 2022-11-25T23:18:56 Checking auto update branch... 2022-11-25T23:18:59 [version] 2022-11-25T23:18:59 [version] skipping because derivation has updateScript 2022-11-25T23:18:59 [rustCrateVersion] 2022-11-25T23:18:59 [rustCrateVersion] No cargoSha256 found 2022-11-25T23:18:59 [golangModuleVersion] 2022-11-25T23:18:59 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-25T23:18:59 [updateScript] 2022-11-25T23:19:02 [updateScript] Success 2022-11-25T23:19:02 [updateScript] Going to be running update for following packages: - charge-lnd-0.2.12 Press Enter key to continue... Running update for: - charge-lnd-0.2.12: UPDATING ... - charge-lnd-0.2.12: DONE. Packages updated! 2022-11-25T23:19:02 2022-11-25T23:19:02 [quotedUrls] 2022-11-25T23:19:02 [quotedUrls] nothing found to replace 2022-11-25T23:19:02 Diff after rewrites: diff --git a/pkgs/applications/blockchains/charge-lnd/default.nix b/pkgs/applications/blockchains/charge-lnd/default.nix index 83b3c0c29b3..521a44de1dd 100644 --- a/pkgs/applications/blockchains/charge-lnd/default.nix +++ b/pkgs/applications/blockchains/charge-lnd/default.nix @@ -2,13 +2,13 @@ python3Packages.buildPythonApplication rec { pname = "charge-lnd"; - version = "0.2.12"; + version = "0.2.13"; src = fetchFromGitHub { owner = "accumulator"; repo = pname; - rev = "v${version}"; - sha256 = "uiXmLdQAglgLxOX6IoF1iNZvje4EM7Tr25Okx9TPyzI="; + rev = "refs/tags/v${version}"; + sha256 = "sha256-mNU8bhiZqvYbNUU8vJNk9WbpAVrCTi9Fy3hlIpb06ac="; }; propagatedBuildInputs = with python3Packages; [ 2022-11-25T23:20:31 An auto update branch exists with message `charge-lnd: 0.2.12 -> 0.2.13`. New version is 0.2.13. 2022-11-25T23:20:31 An auto update branch exists with an equal or greater version