2022-11-09T19:52:36 mmc-utils 0 -> 1 2022-11-09T19:52:39 attrpath: mmc-utils 2022-11-09T19:52:39 Checking auto update branch... 2022-11-09T19:52:43 [version] 2022-11-09T19:52:43 [version] skipping because derivation has updateScript 2022-11-09T19:52:43 [rustCrateVersion] 2022-11-09T19:52:43 [rustCrateVersion] No cargoSha256 found 2022-11-09T19:52:43 [golangModuleVersion] 2022-11-09T19:52:43 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-09T19:52:43 [updateScript] 2022-11-09T19:52:47 [updateScript] Success 2022-11-09T19:52:47 [updateScript] this derivation will be built: /nix/store/inim4jq0b42l25gsmmkklacpyphdrvp8-packages.json.drv building '/nix/store/inim4jq0b42l25gsmmkklacpyphdrvp8-packages.json.drv'... Going to be running update for following packages: - mmc-utils-unstable-2022-09-27 Press Enter key to continue... Running update for: - mmc-utils-unstable-2022-09-27: UPDATING ... - mmc-utils-unstable-2022-09-27: DONE. Packages updated! 2022-11-09T19:52:47 2022-11-09T19:52:47 [quotedUrls] 2022-11-09T19:52:47 [quotedUrls] nothing found to replace 2022-11-09T19:52:47 Diff after rewrites: diff --git a/pkgs/os-specific/linux/mmc-utils/default.nix b/pkgs/os-specific/linux/mmc-utils/default.nix index c28c55091ef..925901d2267 100644 --- a/pkgs/os-specific/linux/mmc-utils/default.nix +++ b/pkgs/os-specific/linux/mmc-utils/default.nix @@ -2,12 +2,12 @@ stdenv.mkDerivation { pname = "mmc-utils"; - version = "unstable-2022-09-27"; + version = "unstable-2022-11-09"; src = fetchzip rec { url = "https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git/snapshot/mmc-utils-${passthru.rev}.tar.gz"; - passthru.rev = "dfc3b6ecda84d21418fb4408b39c5c71db4c6458"; - sha256 = "G4sBwRW8NOq7CGTADvXgMbcVInStSueGfGsb4ApVaSk="; + passthru.rev = "c62dd8e415b12cc7f9a362db23cd384caf77ff03"; + sha256 = "zTrMounPmos+9Reyfa3xS5/5/tyMs0WapSmzqdXUBNk="; }; makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" "prefix=$(out)" ]; 2022-11-09T19:54:20 An auto update branch exists with message `mmc-utils: unstable-2022-09-27 -> unstable-2022-10-24`. New version is unstable-2022-11-09. 2022-11-09T19:54:20 The auto update branch does not match or exceed the new version. 2022-11-09T19:54:22 Successfully finished processing 2022-11-09T19:54:22 cachix "/nix/store/h2hssyylgl25vfj6bdpgb24crjhfj0b2-mmc-utils-unstable-2022-11-09" 2022-11-09T19:54:25 [check][nixpkgs-review] 2022-11-09T19:57:26 Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
2022-11-09T19:57:29 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 mmc-utils is: "Configure MMC storage devices from userspace" meta.homepage for mmc-utils is: "https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git/" meta.changelog for mmc-utils 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 unstable-2022-11-09 in filename of file in /nix/store/h2hssyylgl25vfj6bdpgb24crjhfj0b2-mmc-utils-unstable-2022-11-09 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath mmc-utils ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/h2hssyylgl25vfj6bdpgb24crjhfj0b2-mmc-utils-unstable-2022-11-09 \ --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 mmc-utils https://github.com/r-ryantm/nixpkgs/archive/8ad4b1c66cc99eb570ede29bbe9a9ce78a7728d2.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/h2hssyylgl25vfj6bdpgb24crjhfj0b2-mmc-utils-unstable-2022-11-09 ls -la /nix/store/h2hssyylgl25vfj6bdpgb24crjhfj0b2-mmc-utils-unstable-2022-11-09/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 @dezgeg 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-09T19:57:32 Updated existing PR 2022-11-09T19:57:32 https://api.github.com/repos/NixOS/nixpkgs/pulls/197597