From 080abc2427ead0f69df9a33284a4121705bb5a1d Mon Sep 17 00:00:00 2001 From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org> Date: Wed, 16 Oct 2019 12:10:56 +0530 Subject: [PATCH] Use the git revision and sha256 for the latest version of privacypass --- ristretto.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ristretto.nix b/ristretto.nix index ba86315..8af584c 100644 --- a/ristretto.nix +++ b/ristretto.nix @@ -3,8 +3,8 @@ let src = fetchFromGitHub { owner = "LeastAuthority"; repo = "privacypass"; - rev = "f74b371cdf179454f3ad540a4d0deea879fbe5e1"; - sha256 = "0a020ks8awlpil58zcaj5apk1ls0q2y492wsh62kl529jp518v4b"; + rev = "45855401e163f8e622bd93a5c5bce13de8c8510a"; + sha256 = "15wv8vas6x8cdicylp0m632c916p7qxq1k4lnchr8c92lldp0rv7"; }; in callPackage "${src}/ristretto.nix" { } -- GitLab