Unverified Commit 837fcae8 authored by Alexandre Esteves's avatar Alexandre Esteves Committed by GitHub
Browse files

ispc: 1.28.2 -> 1.29.0 (#471878)

parents 618ad140 412af5f4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,13 +21,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "ispc";
  version = "1.28.2";
  version = "1.29.0";

  src = fetchFromGitHub {
    owner = "ispc";
    repo = "ispc";
    tag = "v${finalAttrs.version}";
    hash = "sha256-dmpOvJ5dVhjGKpJ9xw/lXbvk2FgLv2vjzmUExUfLRmo=";
    hash = "sha256-VAg1rCMXGyCs497qB+gCHjcjwvqmFT6QMxdXgOzD1+E=";
  };

  nativeBuildInputs = [