Skip to content

Commit

Permalink
linux_testing_bcachefs: 5.3 -> 5.8
Browse files Browse the repository at this point in the history
versioning scheme: major.minor.YYYY.MM.DD -> major.minor.patch-YYYY.MM.DD

Makes a lot more sense imho
  • Loading branch information
Atemu committed Sep 10, 2020
1 parent 920441f commit 3cc3e86
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions pkgs/os-specific/linux/kernel/linux-testing-bcachefs.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{ stdenv, buildPackages, fetchgit, fetchpatch, perl, buildLinux, ... } @ args:
{ stdenv, buildPackages, fetchFromGitHub, fetchpatch, perl, buildLinux, ... } @ args:

buildLinux (args // {
version = "5.3.2020.04.04";
modDirVersion = "5.3.0";
version = "5.8.0-2020.09.07";
modDirVersion = "5.8.0";

src = fetchgit {
url = "https://evilpiepirate.org/git/bcachefs.git";
rev = "a27d7265e75f6d65c2b972ce4ac27abfc153c230";
sha256 = "0wnjl4xs7073d5ipcsplv5qpcxb7zpfqd5gqvh3mhqc5j3qn816x";
src = fetchFromGitHub {
owner = "koverstreet";
repo = "bcachefs";
rev = "fb2821e72648f35d3cff61ac26041d634fd1dacf";
sha256 = "0f9hx6fz27rm8h1lk9868v727klvyzcbw6hcgm5mypbfq1nqirdy";
};

extraConfig = "BCACHEFS_FS m";
Expand Down

0 comments on commit 3cc3e86

Please sign in to comment.