Skip to content
Snippets Groups Projects
Unverified Commit 25ffdca0 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone Committed by GitHub
Browse files

Merge pull request #25 from vu3rdd/privacypass-revision-fix

Use the git revision and sha256 for the latest version of privacypass
parents 94fb4189 080abc24
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,8 @@ let
src = fetchFromGitHub {
owner = "LeastAuthority";
repo = "privacypass";
rev = "f74b371cdf179454f3ad540a4d0deea879fbe5e1";
sha256 = "0a020ks8awlpil58zcaj5apk1ls0q2y492wsh62kl529jp518v4b";
rev = "45855401e163f8e622bd93a5c5bce13de8c8510a";
sha256 = "15wv8vas6x8cdicylp0m632c916p7qxq1k4lnchr8c92lldp0rv7";
};
in
callPackage "${src}/ristretto.nix" { }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment