bcachefs: Add comment that commit does not exist on any branch on target repository

This commit is contained in:
Sandro Jäckel 2021-01-26 14:26:32 +01:00
parent 24e36fdd82
commit a8758fdce5
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -7,6 +7,7 @@ buildLinux (args // {
src = fetchFromGitHub {
owner = "koverstreet";
repo = "bcachefs";
# commit does not exist on any branch on the target repository
rev = "6a505b63ed3003faf5000f19fd08bbd477d93fbc";
sha256 = "1rf34gzv9npafp1c3i6lymk3b0gnqp4rb0wl33pw6yrpgnsry3cc";
};