-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
amp: git rev 2c88e8 (2019-06-09) -> 0.6.1 #77975
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
Conversation
|
||
src = fetchFromGitHub { | ||
owner = "jmacdonald"; | ||
repo = pname; | ||
rev = "2c88e82a88ada8a5fd2620ef225192395a4533a2"; | ||
sha256 = "0ha1xiabq31s687gkrnszf3zc7b3sfdl79iyg5ygbc49mzvarp8c"; | ||
rev = "e49c71d85a17a8d17423c1ab73758a0f84bcb89a"; |
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.
rev = 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.
okay, tested locally and it builds with rev = version
. where version = "0.6.1";
, change request pushed.
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 believe "0.6.1" and not "v0.6.1" is the right version string anyway; this is actually one of the rare semi-niche details of Nix that is well documented :)
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.
ah yeah, the code is "0.6.1" https://github.com/NixOS/nixpkgs/pull/77975/files#diff-4cffb3d20d020832568c2a4eafe65e64R6
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.
Ah you mean in the commit message - hmm I really wonder if that even matters. Is it worth kicking off all the CI resources just to drop a character in the commit message?
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.
yo sebastien, can you please check the review thingy.
could someone be a dear and merge this please? cc @qknight @adisbladis |
Motivation for this change
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)