-
-
Notifications
You must be signed in to change notification settings - Fork 16.7k
karakeep: 0.24.1->0.25.0 #416487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
karakeep: 0.24.1->0.25.0 #416487
Conversation
This builds (locally) without changing the hash, so something is wrong.. |
|
Then you specify the new version but still fetch the sources for the old version from cache.nixos.org You can specify an empty string as hash and will get the new hash in an error message during build. |
Ok, I didn't know that. Building with |
I'm also not an expert in this but my understanding is as follows: If something with this hash is present it will be used, no matter if the versions match. So you end up specifying a new version while still building the old one. |
|
|
i encountered the same issue on my local machine when i upgraded my local vuetorrent pkg (i have a local one which use prebuild binary instead of building from source). I would update only the i think replacing the hash with Edit: i can see you already fixed it. What was your solution? |
|
@HritwikSinghal: I updated the hash based on my I added update script (after checking that it could deal with pnpmDeps), and a testVersion. But that doesn't help much when the CLI reports the wrong version :(. Filed a bug report upstream. |
|
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.