mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
bluesnarfer: use https for sources
Signed-off-by: Lisanna Dettwyler <lisanna.dettwyler@gmail.com>
This commit is contained in:
@@ -10,7 +10,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
version = "0.1";
|
||||
|
||||
src = fetchzip {
|
||||
url = "http://www.alighieri.org/tools/bluesnarfer.tar.gz";
|
||||
url = "https://www.alighieri.org/tools/bluesnarfer.tar.gz";
|
||||
stripRoot = false;
|
||||
hash = "sha256-HGdrJZohKIsOkLETBdHz80w6vxmG25aMEWXrQlpMgRw=";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user