Skip to content

Commit eea9909

Browse files
authored
screego: 1.11.2 -> 1.12.0 (#405521)
2 parents ec3de9e + 1b8e0dc commit eea9909

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/sc/screego/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
}:
1111
let
1212

13-
version = "1.11.2";
13+
version = "1.12.0";
1414

1515
src = fetchFromGitHub {
1616
owner = "screego";
1717
repo = "server";
1818
rev = "v${version}";
19-
hash = "sha256-wFLoReqzLx6PEW/u9oz7VIYKtJkmwGTneeB6Ysgse7Q=";
19+
hash = "sha256-xWy7aqpUznIYeBPqdpYdRMJxxfiPNa4JmjS3o5i3xxY=";
2020
};
2121

2222
ui = stdenv.mkDerivation {
@@ -27,7 +27,7 @@ let
2727

2828
offlineCache = fetchYarnDeps {
2929
yarnLock = "${src}/ui/yarn.lock";
30-
hash = "sha256-yjHxyKEqXMxYsm+KroPB9KulfqYSOU/7ghbKnlSFrd0=";
30+
hash = "sha256-JPSbBUny5unUHVkaVGlHyA90IpT9ahcSmt9R1hxERRk=";
3131
};
3232

3333
nativeBuildInputs = [
@@ -53,7 +53,7 @@ buildGo123Module rec {
5353

5454
pname = "screego-server";
5555

56-
vendorHash = "sha256-zMb8MLS0KhwYNpfVeNMD9huEcpyyrZD0QAPmBNxMcQU=";
56+
vendorHash = "sha256-vx7CpHUPQlLEQGxdswQJI1SrfSUwPlpNcb7Cq81ZOBQ=";
5757

5858
ldflags = [
5959
"-s"

0 commit comments

Comments
 (0)