Merge pull request #274668 from r-ryantm/auto-update/libatomic_ops

libatomic_ops: 7.8.0 -> 7.8.2

authored by 7c6f434c and committed by GitHub 43eaeabe 51cf6a24

+2 -2
+2 -2
pkgs/development/libraries/libatomic_ops/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "libatomic_ops"; 5 - version = "7.8.0"; 5 + version = "7.8.2"; 6 6 7 7 src = fetchurl { 8 8 urls = [ 9 9 "http://www.ivmaisoft.com/_bin/atomic_ops/libatomic_ops-${version}.tar.gz" 10 10 "https://github.com/ivmai/libatomic_ops/releases/download/v${version}/libatomic_ops-${version}.tar.gz" 11 11 ]; 12 - sha256 = "sha256-FWdudnThG9paflCnP02efWBFInG4rPb9Oacf79+J+jE="; 12 + sha256 = "sha256-0wUgf+IH8rP7XLTAGdoStEzj/LxZPf1QgNhnsaJBm1E="; 13 13 }; 14 14 15 15 outputs = [ "out" "dev" "doc" ];