wangle: use hash

(cherry picked from commit 34fa0315d4)
(cherry picked from commit 931f6e57a087367e9401dfd7a47dcb38599ce407)
This commit is contained in:
Emily
2024-11-30 15:11:21 +01:00
committed by Vladimír Čunát
parent f09790e461
commit b2977e0bf2
+1 -1
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 ];