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

This commit is contained in:
Bernardo Meurer 2023-07-07 14:47:21 -04:00 committed by GitHub
commit 3e6ad28b4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];