Unverified Commit 69d62f0c authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

oq: 1.3.4 -> 1.3.5 (#499576)

parents 9c2164ec 397a0607
Loading
Loading
Loading
Loading
+3 −11
Original line number Diff line number Diff line
{
  lib,
  fetchFromGitHub,
  fetchpatch,
  crystal,
  jq,
  libxml2,
@@ -10,22 +9,15 @@

crystal.buildCrystalPackage rec {
  pname = "oq";
  version = "1.3.4";
  version = "1.3.5";

  src = fetchFromGitHub {
    owner = "Blacksmoke16";
    repo = "oq";
    rev = "v${version}";
    sha256 = "sha256-W0iGE1yVOphooiab689AFT3rhGGdXqEFyYIhrx11RTE=";
    tag = "v${version}";
    sha256 = "sha256-AgUVHlk39J1V1Vv91FjglT4mSbP4IHiRlTrlfmrJxfY=";
  };

  patches = [
    (fetchpatch {
      url = "https://github.com/Blacksmoke16/oq/commit/4f9ef2a73770465bfe2348795461fc8a90a7b9b0.diff";
      hash = "sha256-Ljvf2+1vsGv6wJHl27T7DufI9rTUCY/YQZziOWpW8Do=";
    })
  ];

  nativeBuildInputs = [ makeWrapper ];
  buildInputs = [ libxml2 ];
  nativeCheckInputs = [ jq ];