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

Commits on Feb 16, 2018

  1. spectre-meltdown-checker: 0.34 -> 0.35

    Robert Schütz committed Feb 16, 2018
    Copy the full SHA
    f383c7c View commit details
  2. Merge pull request #35038 from dotlambda/spectre-meltdown-checker

    spectre-meltdown-checker: 0.34 -> 0.35
    joachifm authored Feb 16, 2018
    Copy the full SHA
    1a1dac7 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/security/spectre-meltdown-checker/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/security/spectre-meltdown-checker/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "spectre-meltdown-checker-${version}";
version = "0.34";
version = "0.35";

src = fetchFromGitHub {
owner = "speed47";
repo = "spectre-meltdown-checker";
rev = "v${version}";
sha256 = "0jlqxzii883yl5iqmywqqqjlhgswn033566a3vpspycj3sr8zrd2";
sha256 = "0pzs6iznrar5zkg92gsh6d0zhdi715zwqcb8hh1aaykx9igjb1xw";
};

prePatch = ''