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: ca26ed4dc60c
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 582abe1d6d0a
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Dec 17, 2020

  1. nomad_0_11: 0.11.7 -> 0.11.8

    amaxine authored and alyssais committed Dec 17, 2020
    Copy the full SHA
    de94bb4 View commit details
  2. nomad_0_12: 0.12.7 -> 0.12.9

    amaxine authored and alyssais committed Dec 17, 2020
    Copy the full SHA
    582abe1 View commit details
Showing with 4 additions and 4 deletions.
  1. +2 −2 pkgs/applications/networking/cluster/nomad/0.11.nix
  2. +2 −2 pkgs/applications/networking/cluster/nomad/0.12.nix
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/nomad/0.11.nix
Original file line number Diff line number Diff line change
@@ -2,6 +2,6 @@

callPackage ./generic.nix {
inherit buildGoPackage;
version = "0.11.7";
sha256 = "sha256-wp1Je+I3iijD/pHHQtylMQhOiVhS6AT/y2/pUiLr0M4=";
version = "0.11.8";
sha256 = "1dhh07bifr02jh2lls8fv1d9ra67ymgh8qxqvpvm0cd0qdd469z1";
}
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/nomad/0.12.nix
Original file line number Diff line number Diff line change
@@ -2,6 +2,6 @@

callPackage ./generic.nix {
inherit buildGoPackage;
version = "0.12.7";
sha256 = "0y1nwmpc4fqgjyb19n1f2w4y5k7fy4p68v2vnnry11nj3im7ia14";
version = "0.12.9";
sha256 = "1a0ig6pb0z3qp7zk4jgz3h241bifmjlyqsfikyy3sxdnzj7yha27";
}