Unverified Commit e10d1e74 authored by Colin's avatar Colin Committed by GitHub
Browse files

coeurl: 0.3.1 -> 0.3.2 (#495818)

parents 1b27a01b 47e1d3af
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "coeurl";
  version = "0.3.1";
  version = "0.3.2";

  src = fetchFromGitLab {
    domain = "nheko.im";
    owner = "nheko-reborn";
    repo = "coeurl";
    tag = "v${finalAttrs.version}";
    hash = "sha256-NGplM5c/dMGSQbhKeuPOTWL8KsqvMd/76YuwCxnqNNE=";
    hash = "sha256-8BwyPfLgkJG1CHnRAKxgn8ObEGSK+lKKUhQibs1dCg4=";
  };
  postPatch = ''
    substituteInPlace subprojects/curl.wrap --replace '[provides]' '[provide]'