···4242in
4343stdenv.mkDerivation rec {
4444 pname = "strawberry";
4545- version = "1.0.14";
4545+ version = "1.0.15";
46464747 src = fetchFromGitHub {
4848 owner = "jonaski";
4949 repo = pname;
5050 rev = version;
5151- hash = "sha256-ThfycS5yNpp6+mE33qPqEWlhSB3OIF7d/t2XvI+rF2E=";
5151+ hash = "sha256-P7M7UIRFr0pABNhb63pV3TqIdTP8Xox4f0BT2ii9rRE=";
5252 };
53535454 # the big strawberry shown in the context menu is *very* much in your face, so use the grey version instead
···2233stdenv.mkDerivation rec {
44 pname = "directx-shader-compiler";
55- version = "1.7.2212";
55+ version = "1.7.2212.1";
6677 # Put headers in dev, there are lot of them which aren't necessary for
88 # using the compiler binary.
···1212 owner = "microsoft";
1313 repo = "DirectXShaderCompiler";
1414 rev = "v${version}";
1515- hash = "sha256-/FuG6ThvA3XMlHhnshRJpKC+vf4LM8/hurUoPagpTqA=";
1515+ hash = "sha256-old/vGNoj0mimuvd/RkwNeynBp+gBrkwQ7ah2oUZll0=";
1616 fetchSubmodules = true;
1717 };
1818