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

rfc: 0.2.6 -> 1.0.0
This commit is contained in:
Azat Bahawi 2024-04-09 07:37:04 +00:00 committed by GitHub
commit bc60b9e572
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation rec { stdenvNoCC.mkDerivation rec {
pname = "rfc"; pname = "rfc";
version = "0.2.6"; version = "1.0.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bfontaine"; owner = "bfontaine";
repo = "rfc"; repo = "rfc";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-dfaeTdJiJuKp8/k6LBP+RC60gTRHfHR5hhLD4ZWJufE="; hash = "sha256-zN+MQtHh69PkzbrfceHFpBYCPmTg9qrOf/ML2efq6Xk=";
}; };
nativeBuildInputs = [ installShellFiles makeWrapper ]; nativeBuildInputs = [ installShellFiles makeWrapper ];