Merge pull request #294786 from xrelkd/update/just
just: 1.25.0 -> 1.25.1
This commit is contained in:
commit
69b9836103
3 changed files with 3 additions and 5 deletions
|
@ -11,17 +11,17 @@
|
|||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "just";
|
||||
version = "1.25.0";
|
||||
version = "1.25.1";
|
||||
outputs = [ "out" "man" "doc" ];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "casey";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-ymFBR40lY1ZX6vLH6KDX0a9mI9eOuOJY4bjp2UBubG4=";
|
||||
hash = "sha256-CvOnvUez2mfta9aXmdsLFxpVB/TGDw0y0ha3OyNJ2DE=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-B10p57SZSzccs53/OtqFuftHJSxaHRpa+cHODqBo8t4=";
|
||||
cargoHash = "sha256-b4hprcYOcY0z0UnUe3pGc87j+X3n52btYlaCemETLYg=";
|
||||
|
||||
nativeBuildInputs = [ installShellFiles mdbook ];
|
||||
buildInputs = lib.optionals stdenv.isDarwin [ libiconv ];
|
|
@ -9548,8 +9548,6 @@ with pkgs;
|
|||
|
||||
junkie = callPackage ../tools/networking/junkie { };
|
||||
|
||||
just = callPackage ../development/tools/just { };
|
||||
|
||||
go-jira = callPackage ../applications/misc/go-jira { };
|
||||
|
||||
jogl = callPackage ../by-name/jo/jogl/package.nix {
|
||||
|
|
Loading…
Reference in a new issue