summary refs log tree commit diff
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-08-26 15:02:38 +0200
committerJan Tojnar <jtojnar@gmail.com>2019-08-26 15:09:05 +0200
commit38882f150388ce567d002515830c0c43c9807925 (patch)
tree6c90b5303b95741de81360b6bad87590aa5dfb45
parent765a71f15025ce78024bae3dc4a92bd2be3a8fbf (diff)
downloadnixpkgs-38882f150388ce567d002515830c0c43c9807925.tar
nixpkgs-38882f150388ce567d002515830c0c43c9807925.tar.gz
nixpkgs-38882f150388ce567d002515830c0c43c9807925.tar.bz2
nixpkgs-38882f150388ce567d002515830c0c43c9807925.tar.lz
nixpkgs-38882f150388ce567d002515830c0c43c9807925.tar.xz
nixpkgs-38882f150388ce567d002515830c0c43c9807925.tar.zst
nixpkgs-38882f150388ce567d002515830c0c43c9807925.zip
mutest: 2019-08-12 → 2019-08-26
Fixes OOB write breaking graphene installed tests:

https://github.com/ebassi/mutest/pull/11
-rw-r--r--pkgs/development/libraries/mutest/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/mutest/default.nix b/pkgs/development/libraries/mutest/default.nix
index b247706067e..423a93b69a8 100644
--- a/pkgs/development/libraries/mutest/default.nix
+++ b/pkgs/development/libraries/mutest/default.nix
@@ -6,15 +6,15 @@
 
 stdenv.mkDerivation rec {
   pname = "mutest";
-  version = "unstable-2019-10-12";
+  version = "unstable-2019-08-26";
 
   outputs = [ "out" "dev" ];
 
   src = fetchFromGitHub {
     owner = "ebassi";
     repo = "mutest";
-    rev = "822b5ddf07f957135ba39889d81e513d525b9b8e";
-    sha256 = "0a5fjdq9p0q5bibqngbbpd9lga0gzrv8yj5wgdfb8ylxzg0jph2p";
+    rev = "e6246c9ae4f36ffe8c021f0a80438f6c7a6efa3a";
+    sha256 = "0gdqwq6fvk06wld4rhnw5752hahrvhd69zrci045x25rwx90x26q";
   };
 
   nativeBuildInputs = [