Unverified Commit ea636c9d authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

Merge pull request #293249 from r-ryantm/auto-update/nilfs-utils

nilfs-utils: 2.2.9 -> 2.2.10
parents 8c1d03a7 a0b08058
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 ];