Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion pkgs/development/libraries/bwidget/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ stdenv.mkDerivation rec {

src = fetchurl {
url = "mirror://sourceforge/tcllib/bwidget-${version}.tar.gz";
sha256 = "0knlnpmwam74v0qa1h9gg4f32vzzz7ays2wbslflf51ilg7nw6jk";
#sha256 = "0knlnpmwam74v0qa1h9gg4f32vzzz7ays2wbslflf51ilg7nw6jk";
Copy link
Member

Choose a reason for hiding this comment

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

Any good reason to keep the old hash around?

Copy link
Author

Choose a reason for hiding this comment

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

Thanks. No. I will get rid of it in an updated PR shortly. Just to note, updating the hash had no effect on the R packages that depend on bwdigets, They are all still broken. The updated PR will mark them all as broken.

sha256 = "0wm6hk3rnqhnn2cyw24drqwbfnysp6jyfi8lc1vih5k704a955lf";
};

dontBuild = true;
Expand Down
358 changes: 187 additions & 171 deletions pkgs/development/r-modules/bioc-annotation-packages.nix

Large diffs are not rendered by default.

744 changes: 386 additions & 358 deletions pkgs/development/r-modules/bioc-experiment-packages.nix

Large diffs are not rendered by default.

3,446 changes: 1,809 additions & 1,637 deletions pkgs/development/r-modules/bioc-packages.nix

Large diffs are not rendered by default.

36 changes: 36 additions & 0 deletions pkgs/development/r-modules/bioc-workflows-packages.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading