-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
i3status-rust: 0.14.1 -> 0.14.2 #102199
i3status-rust: 0.14.1 -> 0.14.2 #102199
Conversation
I'm unsure which base for sha256 hashes is preferred, and I think the |
|
||
src = fetchFromGitHub { | ||
owner = "greshake"; | ||
repo = pname; | ||
rev = "v${version}"; | ||
sha256 = "11qhzjml04njhfa033v98m4yd522zj91s6ffvrm0m6sk7m0wyjsc"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I prefer this one because it can be easier copied with one click and has better syntax highlighting in vim. Also nix-build shows me that if it is wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree, have switched it over to using the base32 version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI in the long term it's planned to switch to those SRI hashes and they are already provided by default on e.g. nixUnstable
. However those are interchangeable atm and it's fine to use whatever format Nix suggests, I just don't think that it's relevant to make such a change request part of a review :)
That said, I'm currently building/testing it locally and will merge if everything seems fine.
Result of 1 package built:
|
Thanks! Also ported to 20.09 as 86c36fc. |
I just updated my system to this version and it broke my I would recommend reverting it on 20.09 as this is likely to break stable setups. |
Damn, sorry for that! Feel free to do this now since I'm going to bed now, otherwise I'll take care oft it tomorrow :) |
Done, reverted in c1ffaed |
Motivation for this change
New release at https://github.com/greshake/i3status-rust/releases/tag/v0.14.2
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)