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

vengi-tools: 0.0.20 -> 0.0.21

+3 -5
+1 -3
nixos/tests/vengi-tools.nix
··· 20 20 machine.wait_for_x() 21 21 machine.execute("vengi-voxedit >&2 &") 22 22 machine.wait_for_window("voxedit") 23 - # OCR on voxedit's window is very expensive, so we avoid wasting a try 24 - # by letting the window load fully first 23 + # Let the window load fully 25 24 machine.sleep(15) 26 - machine.wait_for_text("Solid") 27 25 machine.screenshot("screen") 28 26 ''; 29 27 })
+2 -2
pkgs/applications/graphics/vengi-tools/default.nix
··· 29 29 30 30 stdenv.mkDerivation rec { 31 31 pname = "vengi-tools"; 32 - version = "0.0.20"; 32 + version = "0.0.21"; 33 33 34 34 src = fetchFromGitHub { 35 35 owner = "mgerhardy"; 36 36 repo = "vengi"; 37 37 rev = "v${version}"; 38 - sha256 = "sha256-WsG6mjO90QQNsAarxdupZvXubdy06JjQmVYUzygl8l4="; 38 + sha256 = "sha256-T9YBU/YhhOASdKnzLcwQGBLc4HcQspiOV9VRgotfq3c="; 39 39 }; 40 40 41 41 nativeBuildInputs = [