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

nilfs-utils: 2.2.9 -> 2.2.10

parent 9b4937d4
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.9";
  version = "2.2.10";

  src = fetchFromGitHub {
    owner = "nilfs-dev";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-XqViUvPj2BHO3bGs9xBO3VpRq9XqnwBptHvMwBOntqo=";
    sha256 = "sha256-xTnd3sfBaVU4Ovcsk4oufylNpGS+5n3ZLa2GXzUbeCE=";
  };

  nativeBuildInputs = [ autoreconfHook ];