Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

gfxreconstruct: 0.9.17 -> 0.9.18

+2 -2
+2 -2
pkgs/tools/graphics/gfxreconstruct/default.nix
··· 17 17 18 18 stdenv.mkDerivation rec { 19 19 pname = "gfxreconstruct"; 20 - version = "0.9.17"; 20 + version = "0.9.18"; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "LunarG"; 24 24 repo = "gfxreconstruct"; 25 25 rev = "v${version}"; 26 - hash = "sha256-CkZxxMoV2cqyh4ck81ODPxTYuSeQ8Q33a/4lL7UOfIY="; 26 + hash = "sha256-9MDmeHid/faHeBjBfPgpRMjMMXZeHKP0VZZJtEQgBhs="; 27 27 fetchSubmodules = true; 28 28 }; 29 29