Unverified Commit 3e6ad28b authored by Bernardo Meurer's avatar Bernardo Meurer Committed by GitHub
Browse files

Merge pull request #241985 from booniepepper/update/findup-1.1.1

parents b680986e 753a84bf
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "findup";
  version = "1.1";
  version = "1.1.1";

  src = fetchFromGitHub {
    owner = "hiljusti";
    owner = "booniepepper";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-fafMBC/ibCHgC3JwCNEh74Qw/yZ+KQF//z1e+OpeGus=";
    sha256 = "sha256-Tpyiy5oJQ04lqVEOFshFC0+90VoNILQ+N6Dd7lbuH/Q=";
  };

  nativeBuildInputs = [ zig ];
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
  passthru.tests.version = testers.testVersion { package = findup; };

  meta = with lib; {
    homepage = "https://github.com/hiljusti/findup";
    homepage = "https://github.com/booniepepper/findup";
    description = "Search parent directories for sentinel files";
    license = licenses.mit;
    maintainers = with maintainers; [ booniepepper ];