mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
libjaylink: Use SRI hash for source
Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
parent
6423ae728c
commit
844c32097b
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "libjaylink";
|
owner = "libjaylink";
|
||||||
repo = "libjaylink";
|
repo = "libjaylink";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-odJDE1A0WZ9vBXPxaUdthjTgmbmbdHjbyY1PkaM4+vI=";
|
hash = "sha256-odJDE1A0WZ9vBXPxaUdthjTgmbmbdHjbyY1PkaM4+vI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user