Skip to content

Commit 65857d9

Browse files
authored
geph: 4.99.2 -> 4.99.16 (NixOS#355158)
2 parents 0ac49d9 + c7f9bcf commit 65857d9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkgs/applications/networking/geph/default.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}:
1919

2020
let
21-
version = "4.99.2";
21+
version = "4.99.16";
2222
geph-meta = with lib; {
2323
description = "Modular Internet censorship circumvention system designed specifically to deal with national filtering";
2424
homepage = "https://geph.io";
@@ -35,10 +35,10 @@ in
3535
owner = "geph-official";
3636
repo = pname;
3737
rev = "v${version}";
38-
hash = "sha256-aZFm4+oUQungCPbxs7j1J8hLcCYoIodIEQEiQfjoLUw=";
38+
hash = "sha256-6YWPsSRIZpvVCIGZ1z7srobDvVzLr0o2jBcB/7kbK7I=";
3939
};
4040

41-
cargoHash = "sha256-ypnjVoscGqVifkjzFh2KE+3EVFWIiyahTNTil3nu/+s=";
41+
cargoHash = "sha256-c9Sq3mdotvB/oNIiOLTrAAUnUdkaye7y1l+29Uwjfm8=";
4242

4343
nativeBuildInputs = [ perl ];
4444

@@ -54,8 +54,8 @@ in
5454
src = fetchFromGitHub {
5555
owner = "geph-official";
5656
repo = "gephgui-pkg";
57-
rev = "3b045e21b8c587c26f9d5f0f2b4bdf0a34bfee80";
58-
hash = "sha256-p+AxAOznUsG45Ibm1kczapfmbK+aeex2js463eqZ8gY=";
57+
rev = "9f0d5c689c2cae67a4750a68295676f449724a98";
58+
hash = "sha256-/aHd1EDrFp1kXen5xRCCl8LVlMVH0pY8buILZri81II=";
5959
fetchSubmodules = true;
6060
};
6161

0 commit comments

Comments
 (0)