Commit dcddbf32 authored by Francesco Gazzetta's avatar Francesco Gazzetta
Browse files

zrc: 2.3h -> 2.7

parent c7cd2051
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "zrc";
  version = "2.3h";
  version = "2.7";

  src = fetchFromGitHub {
    owner = "Edd12321";
    repo = "zrc";
    tag = "v${finalAttrs.version}";
    hash = "sha256-3DGXVQ1HWRsfe4AHjN0Rm4JEIlzr4fhvNvPIKIZbI5Q=";
    hash = "sha256-zhSrLzC4dCfx6Y7xc/yZHj+8EQd0senY7TWJ6S3Atf8=";
  };

  nativeBuildInputs = [
@@ -22,7 +22,10 @@ stdenv.mkDerivation (finalAttrs: {
    flex
  ];

  makeFlags = [ "PREFIX=$(out)" ];
  makeFlags = [
    "PREFIX=$(out)"
    "SYSCONFDIR=$(out)/etc"
  ];

  meta = {
    description = "UNIX shell and scripting language with syntax similar to Tcl";