Skip to content
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

hubicfuse: 2.1.0 -> 3.0.0 #22037

Merged
merged 2 commits into from Jan 24, 2017
Merged

hubicfuse: 2.1.0 -> 3.0.0 #22037

merged 2 commits into from Jan 24, 2017

Conversation

jpierre03
Copy link
Contributor

Motivation for this change

Package upgrade.

Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@jpierre03
Copy link
Contributor Author

jpierre03 commented Jan 22, 2017

cc @lsix @lethalman

Copy link
Member

@Mic92 Mic92 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me except for the fetchurl, which was already present but should be changed..

@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "2.1.0";

src = fetchurl {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fetchFromGitHub would be preferred here.

@jpierre03
Copy link
Contributor Author

@Mic92 done.

@lsix
Copy link
Member

lsix commented Jan 23, 2017

I think all the hubic-fuse related commits can be squashed under hubicfuse: 2.1.0 -> 3.0.0 plus one commit that declares you as a maintainer. That said, the content looks good to me.


stdenv.mkDerivation rec {
name = "hubicfuse-${version}";
version = "2.1.0";
version = "v3.0.0";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version of the name must start with a digit, otherwise nix won't parse this correctly (for nix-env -u and builtins.parseDrvName) You should add the v prefix to the revision.

* bump version
* fetchurl -> fetchFromGitHub
@jpierre03
Copy link
Contributor Author

@lsix @LnL7 commit squashed and version fixed.

@LnL7 LnL7 merged commit 204a235 into NixOS:master Jan 24, 2017
@jpierre03 jpierre03 deleted the pr-hubicfuse branch January 25, 2017 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants