We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
like https://github.com/nixos/nixpkgs/blob/master/pkgs/tools/misc/tmux/default.nix#L24-L33
stdenv.mkDerivation rec { pname = "tmux"; version = "3.1b"; outputs = [ "out" "man" ]; src = fetchFromGitHub { owner = "tmux"; repo = "tmux"; rev = version; sha256 = "0jvyq4r691bn0wsr8i6c0q0lzss25vm9nx8sv3fhw9cs63ncq04y"; };
This should update the version expression and not the rev one.
version
rev
The text was updated successfully, but these errors were encountered:
actually in general if anything to be updated is a variable then that variable should be updated.
Sorry, something went wrong.
No branches or pull requests
like https://github.com/nixos/nixpkgs/blob/master/pkgs/tools/misc/tmux/default.nix#L24-L33
This should update the
version
expression and not therev
one.The text was updated successfully, but these errors were encountered: