rfc: 1.0.0 -> 1.0.1

This commit is contained in:
R. Ryantm 2024-11-30 10:25:00 +00:00
parent e383460f09
commit e307953903

View File

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