Unverified Commit d9272165 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #336975 from r-ryantm/auto-update/screego

screego: 1.10.4 -> 1.10.5
parents c5a4bbca d8a2ff05
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@
}:
let

  version = "1.10.4";
  version = "1.10.5";

  src = fetchFromGitHub {
    owner = "screego";
    repo = "server";
    rev = "v${version}";
    hash = "sha256-/GtlMLm2swmLV6bC7OWkcQUeB6WauRm7IOs0UhyocO0=";
    hash = "sha256-4WF9PfG6W1BLBqgWkKhTFEzed0+jDpRFMTsHw/1lPnQ=";
  };

  ui = stdenv.mkDerivation {