···42in
43stdenv.mkDerivation rec {
44 pname = "strawberry";
45- version = "1.0.14";
4647 src = fetchFromGitHub {
48 owner = "jonaski";
49 repo = pname;
50 rev = version;
51- hash = "sha256-ThfycS5yNpp6+mE33qPqEWlhSB3OIF7d/t2XvI+rF2E=";
52 };
5354 # the big strawberry shown in the context menu is *very* much in your face, so use the grey version instead
···42in
43stdenv.mkDerivation rec {
44 pname = "strawberry";
45+ version = "1.0.15";
4647 src = fetchFromGitHub {
48 owner = "jonaski";
49 repo = pname;
50 rev = version;
51+ hash = "sha256-P7M7UIRFr0pABNhb63pV3TqIdTP8Xox4f0BT2ii9rRE=";
52 };
5354 # the big strawberry shown in the context menu is *very* much in your face, so use the grey version instead
···23stdenv.mkDerivation rec {
4 pname = "directx-shader-compiler";
5- version = "1.7.2212";
67 # Put headers in dev, there are lot of them which aren't necessary for
8 # using the compiler binary.
···12 owner = "microsoft";
13 repo = "DirectXShaderCompiler";
14 rev = "v${version}";
15- hash = "sha256-/FuG6ThvA3XMlHhnshRJpKC+vf4LM8/hurUoPagpTqA=";
16 fetchSubmodules = true;
17 };
18
···23stdenv.mkDerivation rec {
4 pname = "directx-shader-compiler";
5+ version = "1.7.2212.1";
67 # Put headers in dev, there are lot of them which aren't necessary for
8 # using the compiler binary.
···12 owner = "microsoft";
13 repo = "DirectXShaderCompiler";
14 rev = "v${version}";
15+ hash = "sha256-old/vGNoj0mimuvd/RkwNeynBp+gBrkwQ7ah2oUZll0=";
16 fetchSubmodules = true;
17 };
18
···12, extra-cmake-modules
13, fontconfig
14, go
0015}:
16let
17 version = "1.8.3";
···8182 # Browser tests time out with chromium and google-chrome
83 doCheck = false;
008485 meta = with lib; {
86 description = "High-performance build system for JavaScript and TypeScript codebases";
···12, extra-cmake-modules
13, fontconfig
14, go
15+, testers
16+, turbo
17}:
18let
19 version = "1.8.3";
···8384 # Browser tests time out with chromium and google-chrome
85 doCheck = false;
86+87+ passthru.tests.version = testers.testVersion { package = turbo; };
8889 meta = with lib; {
90 description = "High-performance build system for JavaScript and TypeScript codebases";