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

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

screego: 1.10.3 -> 1.10.4
parents 5fb510f3 30edbd5b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@
}:
let

  version = "1.10.3";
  version = "1.10.4";

  src = fetchFromGitHub {
    owner = "screego";
    repo = "server";
    rev = "v${version}";
    hash = "sha256-X8KZAUh1cO8qNYH6nc9zZ+mnfItgef8N948ErJLlZII=";
    hash = "sha256-/GtlMLm2swmLV6bC7OWkcQUeB6WauRm7IOs0UhyocO0=";
  };

  ui = stdenv.mkDerivation {