Loading pkgs/tools/misc/findup/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -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 ]; Loading @@ -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; [ hiljusti ]; Loading Loading
pkgs/tools/misc/findup/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -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 ]; Loading @@ -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; [ hiljusti ]; Loading