Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a960f9e0c572
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 85b69524bfa4
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 28, 2019

  1. sublime3-dev: 3184 → 3203

    jtojnar committed Mar 28, 2019
    4
    Copy the full SHA
    85b6952 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/applications/editors/sublime/3/packages.nix
6 changes: 3 additions & 3 deletions pkgs/applications/editors/sublime/3/packages.nix
Original file line number Diff line number Diff line change
@@ -5,10 +5,10 @@ let
in
rec {
sublime3-dev = common {
buildVersion = "3184";
buildVersion = "3203";
dev = true;
x32sha256 = "1b6f1fid75g5z247dbnyyj276lrlv99scrdk1vvfcr6vyws77vzr";
x64sha256 = "03127jhfjr17ai96p3axh5b5940fds8jcw6vkid8y6dmvd2dpylz";
x32sha256 = "builder for '/nix/store/r17nxj6c8cchi1vz498yg8a6z2ghilaf-sublimetext-3203.tar.bz2.drv' failed due to signal 31 (Bad system call)";
x64sha256 = "0dp4vi39s2gq5a7snz0byrf44i0csbzwq6hn7i2zqa6rpvfywa1d";
} {};

sublime3 = common {