Merge pull request #113342 from r-ryantm/auto-update/btfs

btfs: 2.23 -> 2.24
This commit is contained in:
Michele Guerini Rocco
2021-02-17 08:57:33 +01:00
committed by GitHub

View File

@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "btfs";
version = "2.23";
version = "2.24";
src = fetchFromGitHub {
owner = "johang";
repo = pname;
rev = "v${version}";
sha256 = "1cfjhyn9cjyyxyd0f08b2ra258pzkljwvkj0iwrjpd0nrbl6wkq5";
sha256 = "sha256-fkS0U/MqFRQNi+n7NE4e1cnNICvfST2IQ9FMoJUyj6w=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];