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

vim plugins have wrong hash #15547

Closed
ericsagnes opened this issue May 18, 2016 · 7 comments
Closed

vim plugins have wrong hash #15547

ericsagnes opened this issue May 18, 2016 · 7 comments

Comments

@ericsagnes
Copy link
Contributor

Issue description

Many vim plugins have wrong hash on last unstable.
Probably due to 499195d

cc @garbas

Steps to reproduce

Some examples:

$ nix-shell -p vimPlugins.vim-airline -I nixpkgs=nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz
...
removing `.git'...
output path ‘/nix/store/pq50wfn758crzz6m7lvqfh3z05d0i7mw-vim-airline-70c16f4’ has r:sha256 hash ‘0sa3my8jhslcrk81lfk8f32wnq1akxazxpxhjmiwmpws74kbibql’ when ‘1ib3rs0ysz41dxk4fmzjrha005adrrlya5bnb8cv1p1ny7ipny1d’ was expected
cannot build derivation ‘/nix/store/grxqvfsxn2c3xm60jp77h02a3kgs9a0g-vimplugin-vim-airline-2016-05-15.drv’: 1 dependencies couldn't be built
nix-shell -p vimPlugins.Syntastic -I nixpkgs=nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz
removing `.git'...
output path ‘/nix/store/6qj1mgwxvfkd8hhikk62j70frwdvph6d-syntastic-c2c6a07’ has r:sha256 hash ‘1fkjq43rlacdpb5h6qvhpc4dpm0lrfzpa5kjv8m0irk4i635mzwg’ when ‘1b6wc3705n7pj93cf6cv2sazihqw11zq53a7slr646lcdx8r6d7f’ was expected
cannot build derivation ‘/nix/store/14p70y3dnav0i4m946y5igajycdqcx4n-vimplugin-Syntastic-2016-05-12.drv’: 1 dependencies couldn't be built

Technical details

@matthiasbeyer
Copy link
Contributor

Can confirm. Same issue here for:

  • ycm
  • undotree
  • fugitive
  • ultisnips

@garbas
Copy link
Member

garbas commented May 18, 2016 via email

@ericsagnes
Copy link
Contributor Author

Also could be related to #15469.

@groxxda
Copy link
Contributor

groxxda commented May 19, 2016

Here are the (broken) hashes I identified:
https://gist.github.com/groxxda/e0243a05b214296c136aaa2678990428

See #15469 (comment) for more information how I obtained these.

Can mass replace and open PR if someone else confirms the hashes 😉

@matthiasbeyer
Copy link
Contributor

matthiasbeyer commented May 19, 2016

@groxxda If you file a PR, feel free to notify me so I can build the plugins on my build VM.

(I have a VM in the cloud of my university I can use to build package updates)

@garbas
Copy link
Member

garbas commented May 20, 2016

fixed

@garbas garbas closed this as completed May 20, 2016
@ericsagnes
Copy link
Contributor Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants