Skip to content

Commit

Permalink
Merge pull request #335954 from reedriley/bcachefs-tools
Browse files Browse the repository at this point in the history
bcachefs-tools: 1.9.4 -> 1.11.0
  • Loading branch information
JohnRTitor authored Aug 20, 2024
2 parents 26b5878 + 0f1ab3b commit adb49b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/bc/bcachefs-tools/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "bcachefs-tools";
version = "1.9.4";
version = "1.11.0";

src = fetchFromGitHub {
owner = "koverstreet";
repo = "bcachefs-tools";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-qPnlSl1s9QWkODqbrfzIVFLXtDVEmTOihBlDmvHoknY=";
hash = "sha256-L2eIYdQnnmKNI8QWSy8nk4GzJ8jv+qt98gqdzcJH31Q=";
};

nativeBuildInputs = [
Expand Down Expand Up @@ -63,7 +63,7 @@ stdenv.mkDerivation (finalAttrs: {

cargoDeps = rustPlatform.fetchCargoTarball {
src = finalAttrs.src;
hash = "sha256-ufzxFEgeOaOcZKEPx7kT64Pj2oz6m35exqXQlKxXGb4=";
hash = "sha256-Ol3wKdxKYJWDC/JREOfVSQRNnWVano7qilMRvqrLsgA==";
};

makeFlags = [
Expand Down

0 comments on commit adb49b6

Please sign in to comment.