Skip to content

Commit a63d604

Browse files
authored
rfc: 1.0.0 -> 1.0.1 (#360365)
2 parents aaa6191 + e307953 commit a63d604

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/rf/rfc/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
stdenvNoCC.mkDerivation rec {
1010
pname = "rfc";
11-
version = "1.0.0";
11+
version = "1.0.1";
1212

1313
src = fetchFromGitHub {
1414
owner = "bfontaine";
1515
repo = "rfc";
1616
rev = "v${version}";
17-
hash = "sha256-zN+MQtHh69PkzbrfceHFpBYCPmTg9qrOf/ML2efq6Xk=";
17+
hash = "sha256-bCqgLkbZGQFcxhLwekVw+rUGinXTc7QJHlVRGtNf6Jc=";
1818
};
1919

2020
nativeBuildInputs = [ installShellFiles makeWrapper ];

0 commit comments

Comments
 (0)