nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

obliv-c: 0.0pre20180624 → 0.0pre20210621

+3 -3
+3 -3
pkgs/development/compilers/obliv-c/default.nix
··· 1 1 { lib, stdenv, libgcrypt, fetchFromGitHub, ocamlPackages, perl }: 2 2 stdenv.mkDerivation rec { 3 3 pname = "obliv-c"; 4 - version = "0.0pre20180624"; 4 + version = "0.0pre20210621"; 5 5 buildInputs = [ perl ] 6 6 ++ (with ocamlPackages; [ ocaml findlib ocamlbuild ]); 7 7 propagatedBuildInputs = [ libgcrypt ]; 8 8 src = fetchFromGitHub { 9 9 owner = "samee"; 10 10 repo = "obliv-c"; 11 - rev = "3d6804ca0fd85868207a0ccbd2509ec064723ac2"; 12 - sha256 = "1ib21ngn7zr58xxq4sjigrpaxb0wx35x3k9l4qvwflzrmvnman20"; 11 + rev = "e02e5c590523ef4dae06e167a7fa00037bb3fdaf"; 12 + sha256 = "sha256:02vyr4689f4dmwqqs0q1mrack9h3g8jz3pj8zqiz987dk0r5mz7a"; 13 13 }; 14 14 15 15 hardeningDisable = [ "fortify" ];