Unverified Commit 81ae1609 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

eloquent: 1.2 -> 1.3 (#452713)

parents 08e608e4 b7c1c552
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,14 +28,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "eloquent";
  version = "1.2";
  version = "1.3";

  src = fetchFromGitHub {
    owner = "sonnyp";
    repo = "Eloquent";
    tag = "v${finalAttrs.version}";
    fetchSubmodules = true;
    hash = "sha256-I4AQZl1zoZPhOwDR1uYNJTMRq5vQHPvyimC8OUAe+vY=";
    hash = "sha256-+XAiRB5dRq2A2XP9ZdmIfxLjhCXb72TXRxnLnOprNT4=";
  };

  nativeBuildInputs = [