Unverified Commit bc60b9e5 authored by Azat Bahawi's avatar Azat Bahawi Committed by GitHub
Browse files

Merge pull request #302690 from r-ryantm/auto-update/rfc

rfc: 0.2.6 -> 1.0.0
parents a2e234a9 caa3cfca
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenvNoCC.mkDerivation rec {
  pname = "rfc";
  version = "0.2.6";
  version = "1.0.0";

  src = fetchFromGitHub {
    owner = "bfontaine";
    repo = "rfc";
    rev = "v${version}";
    hash = "sha256-dfaeTdJiJuKp8/k6LBP+RC60gTRHfHR5hhLD4ZWJufE=";
    hash = "sha256-zN+MQtHh69PkzbrfceHFpBYCPmTg9qrOf/ML2efq6Xk=";
  };

  nativeBuildInputs = [ installShellFiles makeWrapper ];