Commit c4b15410 authored by R. RyanTM's avatar R. RyanTM
Browse files

nilfs-utils: 2.2.8 -> 2.2.9

parent 6c36cf7d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
  pname = "nilfs-utils";
  version = "2.2.8";
  version = "2.2.9";

  src = fetchFromGitHub {
    owner = "nilfs-dev";
    repo = pname;
    rev = "v${version}";
    sha256 = "094mw7dsyppyiyzfdnf3f5hlkrh4bidk1kvvpn1kcvw5vn2xpfk7";
    sha256 = "sha256-XqViUvPj2BHO3bGs9xBO3VpRq9XqnwBptHvMwBOntqo=";
  };

  nativeBuildInputs = [ autoreconfHook ];