nix: rfd v0.5.0 -> v0.6.0

This commit is contained in:
Dave Gallant
2020-08-16 19:56:41 -04:00
parent 0bb75de64f
commit 867be84ffd

View File

@@ -7,13 +7,13 @@ rec {
rfd = with self; pythonPackages.buildPythonApplication rec {
pname = "rfd";
version = "v0.5.0";
version = "v0.6.0";
src = fetchFromGitHub {
owner = "davegallant";
repo = "rfd";
rev = version;
hash = "sha256:00dr0zb4zy4j5yd0adw61wxdj6yypxgq53s6yhkgij7as4w9y12l";
hash = "sha256:0cllhbca4dykl6j8snmml4kk6kzamlzhcrdf49f5v0zk7zljgkl1";
};
postPatch = ''