2023-01-02T03:33:38 httm 0.18.3 -> 0.19.2 https://github.com/kimono-koans/httm/releases 2023-01-02T03:33:41 attrpath: httm 2023-01-02T03:33:41 Checking auto update branch... 2023-01-02T03:33:41 An auto update branch exists with message `httm: 0.18.3 -> 0.19.1`. New version is 0.19.2. 2023-01-02T03:33:41 The auto update branch does not match or exceed the new version. 2023-01-02T03:33:44 [version] 2023-01-02T03:33:44 [version] generic version rewriter does not support multiple hashes 2023-01-02T03:33:44 [rustCrateVersion] 2023-01-02T03:34:26 [rustCrateVersion] Replacing cargoSha256 with sha256-Rg1wmDLmkDC25meZIe94WZ3Wp8a93VAqRJXjmaE6k18= 2023-01-02T03:34:53 [rustCrateVersion] Finished updating Crate version and replacing hashes 2023-01-02T03:34:53 [golangModuleVersion] 2023-01-02T03:34:53 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2023-01-02T03:34:53 [updateScript] 2023-01-02T03:34:53 [updateScript] skipping because derivation has no updateScript 2023-01-02T03:34:53 2023-01-02T03:34:53 [quotedUrls] 2023-01-02T03:34:53 [quotedUrls] nothing found to replace 2023-01-02T03:34:53 Diff after rewrites: diff --git a/pkgs/tools/filesystems/httm/default.nix b/pkgs/tools/filesystems/httm/default.nix index 1138ecb7f99..a19333f1cc8 100644 --- a/pkgs/tools/filesystems/httm/default.nix +++ b/pkgs/tools/filesystems/httm/default.nix @@ -6,16 +6,16 @@ rustPlatform.buildRustPackage rec { pname = "httm"; - version = "0.18.3"; + version = "0.19.2"; src = fetchFromGitHub { owner = "kimono-koans"; repo = pname; rev = version; - sha256 = "sha256-LJFBridWS7YYO9Bw3mzRdRnh2gGUxAtuoNq2T1wuAcY="; + sha256 = "sha256-0diHZFD4+glTdGWWJk/5amr0mDsvKV5OibKGQNtitIk="; }; - cargoSha256 = "sha256-/v0QQ3EnmL1EKEjJ4O0t52SOrCz+CVBpunogEfVMpBw="; + cargoSha256 = "sha256-Rg1wmDLmkDC25meZIe94WZ3Wp8a93VAqRJXjmaE6k18="; nativeBuildInputs = [ installShellFiles ]; 2023-01-02T03:36:54 Successfully finished processing 2023-01-02T03:36:54 cachix "/nix/store/z9wirksxd30w21v2bnclyg7g4wil8cn4-httm-0.19.2" 2023-01-02T03:36:58 [check][nixpkgs-review] 2023-01-02T03:39:44 Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
2023-01-02T03:39:47 Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/kimono-koans/httm/releases. meta.description for httm is: "Interactive, file-level Time Machine-like tool for ZFS/btrfs" meta.homepage for httm is: "https://github.com/kimono-koans/httm" meta.changelog for httm is: "https://github.com/kimono-koans/httm/releases/tag/0.19.2" ###### Updates performed - Rust version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/kimono-koans/httm/releases/tag/0.19.2) - [Compare changes on GitHub](https://github.com/kimono-koans/httm/compare/0.18.3...0.19.2) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.19.2 with grep in /nix/store/z9wirksxd30w21v2bnclyg7g4wil8cn4-httm-0.19.2 - found 0.19.2 in filename of file in /nix/store/z9wirksxd30w21v2bnclyg7g4wil8cn4-httm-0.19.2 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath httm ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/z9wirksxd30w21v2bnclyg7g4wil8cn4-httm-0.19.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 httm https://github.com/r-ryantm/nixpkgs/archive/46a3fc9bacbea5d8c80f863ca93e8add877df0d4.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/z9wirksxd30w21v2bnclyg7g4wil8cn4-httm-0.19.2 ls -la /nix/store/z9wirksxd30w21v2bnclyg7g4wil8cn4-httm-0.19.2/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 @wyndon 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). 2023-01-02T03:39:49 Updated existing PR 2023-01-02T03:39:49 https://api.github.com/repos/NixOS/nixpkgs/pulls/208501 httm 0.18.3 -> 0.19.2 https://github.com/kimono-koans/httm/releases attrpath: httm Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix eval -f . "(let pkgs = import ./. {}; in builtins.hasAttr \"updateScript\" pkgs.httm)" Standard error: error: attribute '(let pkgs = import ' in selection path '(let pkgs = import ./. {}; in builtins.hasAttr "updateScript" pkgs.httm)' not found