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

Commits on Jan 6, 2018

  1. Copy the full SHA
    cc6aa03 View commit details

Commits on Jan 7, 2018

  1. Merge pull request #33546 from dtzWill/update/snowman-2017

    snowman: 2017-08-13 -> 2017-11-19
    Mic92 authored Jan 7, 2018
    Copy the full SHA
    cde9585 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/tools/analysis/snowman/default.nix
6 changes: 3 additions & 3 deletions pkgs/development/tools/analysis/snowman/default.nix
Original file line number Diff line number Diff line change
@@ -6,13 +6,13 @@ assert qtbase != null -> qt4 == null;

stdenv.mkDerivation rec {
name = "snowman-${version}";
version = "2017-08-13";
version = "2017-11-19";

src = fetchFromGitHub {
owner = "yegord";
repo = "snowman";
rev = "cd9edcddf873fc40d7bcb1bb1eae815faedd3a03";
sha256 = "10f3kd5m5xw7hqh92ba7dcczwbznxvk1qxg0yycqz7y9mfr2282n";
rev = "d03c2d6ffbf262c0011584df59d6bd69c020e08e";
sha256 = "0bzqp3zc100dzvybf57bj4dvnybvds0lmn1w2xjb19wkzm9liskn";
};

nativeBuildInputs = [ cmake ];