tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
turtle-build: 0.4.7 -> 0.4.8
R. Ryantm
2 years ago
a2fcf95c
42e82652
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
build-managers
turtle-build
default.nix
+3
-3
pkgs/development/tools/build-managers/turtle-build/default.nix
···
5
6
rustPlatform.buildRustPackage rec {
7
pname = "turtle-build";
8
-
version = "0.4.7";
9
10
src = fetchFromGitHub {
11
owner = "raviqqe";
12
repo = "turtle-build";
13
rev = "v${version}";
14
-
hash = "sha256-pyCswNJ4LuXViewQl+2o5g06uVjXVphxh2wXO9m5Mec=";
15
};
16
17
-
cargoHash = "sha256-ObPzzYh8Siu01DH/3pXk322H7NaD7sHYTYBUk0WvZUs=";
18
19
meta = with lib; {
20
description = "Ninja-compatible build system for high-level programming languages written in Rust";
···
5
6
rustPlatform.buildRustPackage rec {
7
pname = "turtle-build";
8
+
version = "0.4.8";
9
10
src = fetchFromGitHub {
11
owner = "raviqqe";
12
repo = "turtle-build";
13
rev = "v${version}";
14
+
hash = "sha256-PDpiLPMyBZzj2nBy76cSC4ab/kyaoZC/Gd2HSaRVHUM=";
15
};
16
17
+
cargoHash = "sha256-Z9PCnFrUgvF9anfShfU9U7iYISDpzAuJudLq/wN4ONU=";
18
19
meta = with lib; {
20
description = "Ninja-compatible build system for high-level programming languages written in Rust";