summary refs log tree commit diff
path: root/pkgs/development/tools/analysis
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2018-01-06 15:09:01 -0600
committerWill Dietz <w@wdtz.org>2018-01-06 15:09:01 -0600
commitcc6aa0335cc319fdc5d0e9e0e3870e2dc68365fb (patch)
treefefe7407a922a634e35aa4404be1e957f96acff5 /pkgs/development/tools/analysis
parent3165a08f9e6dc58336116edd906847511a72aa3e (diff)
downloadnixlib-cc6aa0335cc319fdc5d0e9e0e3870e2dc68365fb.tar
nixlib-cc6aa0335cc319fdc5d0e9e0e3870e2dc68365fb.tar.gz
nixlib-cc6aa0335cc319fdc5d0e9e0e3870e2dc68365fb.tar.bz2
nixlib-cc6aa0335cc319fdc5d0e9e0e3870e2dc68365fb.tar.lz
nixlib-cc6aa0335cc319fdc5d0e9e0e3870e2dc68365fb.tar.xz
nixlib-cc6aa0335cc319fdc5d0e9e0e3870e2dc68365fb.tar.zst
nixlib-cc6aa0335cc319fdc5d0e9e0e3870e2dc68365fb.zip
snowman: 2017-08-13 -> 2017-11-19
Diffstat (limited to 'pkgs/development/tools/analysis')
-rw-r--r--pkgs/development/tools/analysis/snowman/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/analysis/snowman/default.nix b/pkgs/development/tools/analysis/snowman/default.nix
index 2caadfc62667..907e44420e95 100644
--- a/pkgs/development/tools/analysis/snowman/default.nix
+++ b/pkgs/development/tools/analysis/snowman/default.nix
@@ -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 ];