Skip to content

Commit

Permalink
btrfs-list: 2.3 -> 2.4 (NixOS#369268)
Browse files Browse the repository at this point in the history
  • Loading branch information
asymmetric authored Jan 2, 2025
2 parents 10fd006 + 79b1e56 commit cff8aa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/bt/btrfs-list/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "btrfs-list";
version = "2.3";
version = "2.4";

src = fetchFromGitHub {
owner = "speed47";
repo = "btrfs-list";
rev = "v${finalAttrs.version}";
hash = "sha256-cWzDRop0cyrjVIJzuZxTqELgec66GiPAUJY1xIBr3OY=";
hash = "sha256-K6/xFR4Qmr6ynH5rZfOTN8nkl99iqcJPmKPwtp9FYyc=";
};

buildInputs = [ perl ];
Expand Down

0 comments on commit cff8aa3

Please sign in to comment.