obsidian 0 -> 1 attrpath: obsidian Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/dkcfgh4z0scdsmwnk6nak41pb9fbym9i-updater.drv /nix/store/6j2ldbvmavn3xddqbwvks88c8brp9xcn-packages.json.drv building '/nix/store/dkcfgh4z0scdsmwnk6nak41pb9fbym9i-updater.drv'... building '/nix/store/6j2ldbvmavn3xddqbwvks88c8brp9xcn-packages.json.drv'... Going to be running update for following packages: - obsidian-1.1.9 Press Enter key to continue... Running update for: - obsidian-1.1.9: UPDATING ... - obsidian-1.1.9: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/misc/obsidian/default.nix b/pkgs/applications/misc/obsidian/default.nix index f7b902cf54c..48508a4af05 100644 --- a/pkgs/applications/misc/obsidian/default.nix +++ b/pkgs/applications/misc/obsidian/default.nix @@ -12,7 +12,7 @@ let inherit (stdenv.hostPlatform) system; pname = "obsidian"; - version = "1.1.9"; + version = "1.1.15"; appname = "Obsidian"; meta = with lib; { description = "A powerful knowledge base that works on top of a local folder of plain text Markdown files"; @@ -25,7 +25,7 @@ let filename = if stdenv.isDarwin then "Obsidian-${version}-universal.dmg" else "obsidian-${version}.tar.gz"; src = fetchurl { url = "https://github.com/obsidianmd/obsidian-releases/releases/download/v${version}/${filename}"; - sha256 = if stdenv.isDarwin then "sha256-x+9WG938YQFP/HF7B9xENOXFSdOrPFOJ1ufxXj3kXps=" else "sha256-dFR7LaDRJwpxrNyPNseGi66gIAHOKf5Au2VXl7SBGSE="; + sha256 = if stdenv.isDarwin then "sha256-x+9WG938YQFP/HF7B9xENOXFSdOrPFOJ1ufxXj3kXps=" else "sha256-rDA0GXQ++QAT4UaT23WkCA5CKCuJsF4ca0g086AiCao="; }; icon = fetchurl { No auto update branch exists Successfully finished processing cachix "/nix/store/yb1zvamrm0m927pibvn87673qb5lpjwp-obsidian-1.1.15" [check][nixpkgs-review] Result of `nixpkgs-review` 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 passthru.updateScript. meta.description for obsidian is: A powerful knowledge base that works on top of a local folder of plain text Markdown files meta.homepage for obsidian is: https://obsidian.md ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Release on GitHub](https://github.com/obsidianmd/obsidian-releases/releases/tag/v1.1.15) - [Compare changes on GitHub](https://github.com/obsidianmd/obsidian-releases/compare/v1.1.9...v1.1.15) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.1.15 with grep in /nix/store/yb1zvamrm0m927pibvn87673qb5lpjwp-obsidian-1.1.15 - found 1.1.15 in filename of file in /nix/store/yb1zvamrm0m927pibvn87673qb5lpjwp-obsidian-1.1.15 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath obsidian ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/yb1zvamrm0m927pibvn87673qb5lpjwp-obsidian-1.1.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 obsidian https://github.com/r-ryantm/nixpkgs/archive/6d291b02c454b02e2e8e156c68d2ef5cc88f5fe8.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/yb1zvamrm0m927pibvn87673qb5lpjwp-obsidian-1.1.15 ls -la /nix/store/yb1zvamrm0m927pibvn87673qb5lpjwp-obsidian-1.1.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` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### Maintainer pings cc @AtilaSaraiva @ConradMearns @zaninime @opeik 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). https://api.github.com/repos/NixOS/nixpkgs/pulls/217719