wangle: use hash

This commit is contained in:
Emily 2024-11-13 15:45:47 +00:00
parent 355eae10ef
commit 34fa0315d4

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "facebook";
repo = "wangle";
rev = "refs/tags/v${finalAttrs.version}";
sha256 = "sha256-fDtJ+9bZj+siKlMglYMkLO/+jldUmsS5V3Umk1gNdlo=";
hash = "sha256-fDtJ+9bZj+siKlMglYMkLO/+jldUmsS5V3Umk1gNdlo=";
};
nativeBuildInputs = [ cmake ];